java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
- All Implemented Interfaces:
Message
Sent the first time we connect to a given server. The server
will respond with a
HelloResponse
.
-
Field Summary 
Fields
static final int
static final int
static final int
-
Constructor Summary 
Constructors
-
Method Summary 
int
boolean
boolean
boolean
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
SERVER_INFO 
public static final int SERVER_INFO
- See Also:
-
-
CONNECTOR_KEY_LIST 
public static final int CONNECTOR_KEY_LIST
- See Also:
-
-
CONNECTOR_INFO 
public static final int CONNECTOR_INFO
- See Also:
-
-
Constructor Details 
-
HelloRequest 
public HelloRequest(int infoLevel)
-
Method Details 
-
getInfoLevel 
public int getInfoLevel()
-
isServerInfo 
public boolean isServerInfo()
-
isConnectorKeys 
public boolean isConnectorKeys()
-
isConnectorInfo 
public boolean isConnectorInfo()