Package | Description |
---|---|
com.genesyslab.platform.voice.protocol.runtime |
This package is used internally by the protocol.
|
Modifier and Type | Class | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
HAConnState |
ConnectionProxy.getState() |
Get current state of the connection proxy.
|
HAConnState |
ConnectionProxyImpl.getState() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractConnState.makeSiblingTransition(HAConnState newState) |
|
protected void |
AbstractConnState.makeTransition(HAConnState newState) |
|
protected void |
AbstractConnState.makeTransition(HAConnState newState,
HAConnState newSiblingState) |
|
static void |
TransitionManager.makeTransition(HAConnState from,
HAConnState to) |
|
static void |
TransitionManager.makeTransition(HAConnState from,
HAConnState to,
HAConnState siblingFrom,
HAConnState siblingTo) |
|
void |
ConnectionProxy.setState(HAConnState state) |
Set current state for the connection proxy.
|
void |
ConnectionProxyImpl.setState(HAConnState state) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.