|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HAConnState | |
---|---|
com.genesyslab.platform.voice.protocol.runtime | This package is used internally by the protocol. |
Uses of HAConnState in com.genesyslab.platform.voice.protocol.runtime |
---|
Classes in com.genesyslab.platform.voice.protocol.runtime that implement HAConnState | |
---|---|
class |
AbstractConnState
|
class |
BackupState
|
class |
PrimaryState
|
class |
StateAbsent
Closed connection, reacts on open() only. |
class |
StateBackup
|
class |
StateBackupClosing
|
class |
StateBackupConnectedFirst
|
class |
StateBackupConnecting
|
class |
StateBackupDropping
Backup is dropped because of difference in session ids. |
class |
StateBackupLinkDisconnected
|
class |
StateBackupRegistering
Backup has just connected and register itself. |
class |
StateNotAvailable
This state represents absence of connection, so it does nothing, even don't log. |
class |
StateOpening
Unknown connction is opening. |
class |
StatePrimary
|
class |
StatePrimaryClosing
|
class |
StatePrimaryConnected
Primary connected and going to switch either to Primary or LinkDisconnected state depending on linkMessage. |
class |
StatePrimaryConnecting
Primary connecting when backup connected first. |
class |
StatePrimaryDown
|
class |
StatePrimaryLinkDisconnected
|
class |
StatePrimaryRegistering
Primary connected and registering after backup was connected first |
class |
StateRegistering
Unknown server is regestering (RequestRegisterClient). |
class |
StateWaitingSwitchover
Primary connection is down and waiting for switchover |
Methods in com.genesyslab.platform.voice.protocol.runtime that return HAConnState | |
---|---|
HAConnState |
ConnectionProxyImpl.getState()
|
HAConnState |
ConnectionProxy.getState()
Get current state of the connection proxy. |
Methods in com.genesyslab.platform.voice.protocol.runtime with parameters of type HAConnState | |
---|---|
protected void |
AbstractConnState.makeSiblingTransition(HAConnState newState)
|
protected void |
AbstractConnState.makeTransition(HAConnState newState)
|
static void |
TransitionManager.makeTransition(HAConnState from,
HAConnState to)
|
protected void |
AbstractConnState.makeTransition(HAConnState newState,
HAConnState newSiblingState)
|
static void |
TransitionManager.makeTransition(HAConnState from,
HAConnState to,
HAConnState siblingFrom,
HAConnState siblingTo)
|
void |
ConnectionProxyImpl.setState(HAConnState state)
|
void |
ConnectionProxy.setState(HAConnState state)
Set current state for the connection proxy. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |