org.jdiameter.server.impl.fsm
Class PeerFSMImpl.MyState
java.lang.Object
org.jdiameter.server.impl.fsm.PeerFSMImpl.MyState
- All Implemented Interfaces:
- org.jdiameter.api.app.State
- Enclosing class:
- PeerFSMImpl
protected abstract class PeerFSMImpl.MyState
- extends java.lang.Object
- implements org.jdiameter.api.app.State
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jdiameter.api.app.State |
processEvent |
PeerFSMImpl.MyState
protected PeerFSMImpl.MyState()
entryAction
public void entryAction()
- Specified by:
entryAction in interface org.jdiameter.api.app.State
exitAction
public void exitAction()
- Specified by:
exitAction in interface org.jdiameter.api.app.State
doEndConnection
protected void doEndConnection()
doDisconnect
protected void doDisconnect()
setInActiveTimer
protected void setInActiveTimer()
setTimer
protected void setTimer(long value)
key
protected java.lang.String key(org.jdiameter.api.app.StateEvent event)
message
protected IMessage message(org.jdiameter.api.app.StateEvent event)
type
protected EventTypes type(org.jdiameter.api.app.StateEvent event)
clearTimer
protected void clearTimer()
Copyright © 2008. All Rights Reserved.