com.genesyslab.platform.voice.protocol.runtime
Interface HAConnState
- All Superinterfaces:
- ConnectionHandler, com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.MessageHandler
- All Known Implementing Classes:
- AbstractConnState, BackupState, PrimaryState, StateAbsent, StateBackup, StateBackupClosing, StateBackupConnectedFirst, StateBackupConnecting, StateBackupDropping, StateBackupLinkDisconnected, StateBackupRegistering, StateNotAvailable, StateOpening, StatePrimary, StatePrimaryClosing, StatePrimaryConnected, StatePrimaryConnecting, StatePrimaryDown, StatePrimaryLinkDisconnected, StatePrimaryRegistering, StateRegistering, StateWaitingSwitchover
public interface HAConnState
- extends ConnectionHandler, com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.MessageHandler
State of high availability connection. The implementation will
usually be simple and react on small subset of possible operations
or messages. State has "action" methods of connection (and doesn't have
"information" ones) so it can substitute connection for some point of
connection's lifecycle.
Methods inherited from interface com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.MessageHandler |
onMessage |
init
void init()
getProxy
ConnectionProxy getProxy()
open
void open()
close
void close()
write
void write(Message msg)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.