org.jsmpp.session
Class SMPPServerSessionContext

java.lang.Object
  extended by org.jsmpp.session.AbstractSessionContext
      extended by org.jsmpp.session.SMPPServerSessionContext
All Implemented Interfaces:
ActivityNotifier, SessionContext

public class SMPPServerSessionContext
extends AbstractSessionContext

Author:
uudashr

Constructor Summary
SMPPServerSessionContext(SMPPServerSession smppServerSession)
           
 
Method Summary
protected  void changeState(SessionState newState)
           
 SessionState getSessionState()
          Get current session state.
 SMPPServerSessionState getStateProcessor()
           
 
Methods inherited from class org.jsmpp.session.AbstractSessionContext
addSessionStateListener, bound, close, fireStateChanged, getLastActivityTimestamp, notifyActivity, open, removeSessionStateListener, unbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMPPServerSessionContext

public SMPPServerSessionContext(SMPPServerSession smppServerSession)
Method Detail

changeState

protected void changeState(SessionState newState)
Specified by:
changeState in class AbstractSessionContext

getStateProcessor

public SMPPServerSessionState getStateProcessor()

getSessionState

public SessionState getSessionState()
Description copied from interface: SessionContext
Get current session state.

Returns:
the current session state.