protected abstract class PeerFSMImpl.MyState extends Object implements State
| Modifier | Constructor and Description |
|---|---|
protected |
PeerFSMImpl.MyState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearTimer() |
protected void |
doDisconnect() |
protected void |
doEndConnection() |
void |
entryAction() |
void |
exitAction() |
protected String |
key(StateEvent event) |
protected IMessage |
message(StateEvent event) |
protected void |
setTimer(long value) |
protected EventTypes |
type(StateEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessEventpublic void entryAction()
entryAction in interface Statepublic void exitAction()
exitAction in interface Stateprotected void doEndConnection()
protected void doDisconnect()
protected void setTimer(long value)
protected String key(StateEvent event)
protected IMessage message(StateEvent event)
protected EventTypes type(StateEvent event)
protected void clearTimer()
Copyright © 2016. All Rights Reserved.