|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.voice.protocol.runtime.AbstractConnState
com.genesyslab.platform.voice.protocol.runtime.BackupState
public abstract class BackupState
Constructor Summary | |
---|---|
protected |
BackupState(ConnectionProxy proxy)
|
Method Summary | |
---|---|
void |
close()
|
void |
init()
|
void |
onConnectionClosed(ConnectionClosedEvent event)
Fired when connection has been closed. |
void |
write(Message msg)
|
Methods inherited from class com.genesyslab.platform.voice.protocol.runtime.AbstractConnState |
---|
canTraceMessage, closeHAConnection, getConnectionState, getContext, getLogicalConnection, getProxy, getRealConnection, getSiblingProxy, getSync, makeSiblingTransition, makeTransition, makeTransition, onConnectionEstablished, onMessage, open, realWrite, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BackupState(ConnectionProxy proxy)
Method Detail |
---|
public void init()
init
in interface HAConnState
init
in class AbstractConnState
public void write(Message msg)
write
in interface HAConnState
write
in class AbstractConnState
public void close()
close
in interface HAConnState
close
in class AbstractConnState
public void onConnectionClosed(ConnectionClosedEvent event)
ConnectionHandler
onConnectionClosed
in interface ConnectionHandler
onConnectionClosed
in class AbstractConnState
event
- close event
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |