Platform SDK Java 8.5 API Reference

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.


Method Summary
 void close()
           
 ConnectionProxy getProxy()
           
 void init()
           
 void open()
           
 void write(Message msg)
           
 
Methods inherited from interface com.genesyslab.platform.commons.connection.ConnectionHandler
onConnectionClosed, onConnectionEstablished
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.MessageHandler
onMessage
 

Method Detail

init

void init()

getProxy

ConnectionProxy getProxy()

open

void open()

close

void close()

write

void write(Message msg)

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.