|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistrationException | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.configuration.protocol.exceptions |
Uses of RegistrationException in com.genesyslab.platform.clusterprotocol |
---|
Methods in com.genesyslab.platform.clusterprotocol that throw RegistrationException | |
---|---|
void |
AbstractClusterChannel.open()
Initiates connections to the initialized set of cluster nodes. Cluster Protocol will become Opened when at least one node is connected. |
void |
ClusterProtocolImpl.open(long timeout)
Initiates connections to the initialized set of cluster nodes. Cluster Protocol will become Opened when at least one node is connected. |
Uses of RegistrationException in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that throw RegistrationException | |
---|---|
protected abstract boolean |
ClientChannel.SimpleRegistrationHandler.isResponseAccepted(Message response)
Deprecated. Checks if message is valid response for registration message. |
void |
DuplexChannel.open()
Opens the channel by opening underlying connection including protocol specific handshake procedure. This method will block until connection is opened or detects an error condition, possibly forever. |
void |
Channel.open()
Opens the channel by opening underlying connection including protocol specific handshake procedure. This method will block until connection is opened or detects an error condition, possibly forever. |
void |
DuplexChannel.open(long openTimeout)
Opens the channel by opening underlying connection including protocol specific handshake procedure using specified protocol timeout value. Timeout can be set to following values: positive value - time in ms. |
void |
ClientChannel.open(long timeout)
|
void |
Channel.open(long timeout)
Opens the channel by opening underlying connection including protocol specific handshake procedure using specified protocol timeout value. Timeout can be set to following values: positive value - time in ms. |
Uses of RegistrationException in com.genesyslab.platform.configuration.protocol.exceptions |
---|
Subclasses of RegistrationException in com.genesyslab.platform.configuration.protocol.exceptions | |
---|---|
class |
ChangePasswordException
ChangePasswordException exception is thrown in case
when a user is required to change the password during
registration process/handshake. |
class |
ConfRegistrationException
Thrown when there are problems during client registration stage of channel opening to configuration server. |
class |
SessionRejectedException
This exception may be thrown when EventError2 ( MSG_DISCONNECTED )
is arrived from server. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |