org.jdiameter.server.impl.fsm
Class PeerFSMImpl.MyState

java.lang.Object
  extended by 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


Constructor Summary
protected PeerFSMImpl.MyState()
           
 
Method Summary
protected  void clearTimer()
           
protected  void doDisconnect()
           
protected  void doEndConnection()
           
 void entryAction()
           
 void exitAction()
           
protected  java.lang.String key(org.jdiameter.api.app.StateEvent event)
           
protected  IMessage message(org.jdiameter.api.app.StateEvent event)
           
protected  void setInActiveTimer()
           
protected  void setTimer(long value)
           
protected  EventTypes type(org.jdiameter.api.app.StateEvent event)
           
 
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
 

Constructor Detail

PeerFSMImpl.MyState

protected PeerFSMImpl.MyState()
Method Detail

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.