net.sf.beep4j.internal
Class SessionImpl.WaitForResponseState

java.lang.Object
  extended by net.sf.beep4j.internal.SessionImpl.AbstractSessionState
      extended by net.sf.beep4j.internal.SessionImpl.AliveState
          extended by net.sf.beep4j.internal.SessionImpl.WaitForResponseState
All Implemented Interfaces:
MessageHandler, SessionImpl.SessionState
Enclosing class:
SessionImpl

protected class SessionImpl.WaitForResponseState
extends SessionImpl.AliveState


Constructor Summary
protected SessionImpl.WaitForResponseState()
           
 
Method Summary
 StartChannelResponse channelStartRequested(int channelNumber, ProfileInfo[] profiles)
           
 java.lang.String getName()
           
 void sessionCloseRequested(CloseCallback callback)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.beep4j.internal.SessionImpl.AliveState
closeSession, connectionClosed, receiveANS, receiveERR, receiveMSG, receiveNUL, receiveRPY, sendMessage, startChannel
 
Methods inherited from class net.sf.beep4j.internal.SessionImpl.AbstractSessionState
connectionEstablished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionImpl.WaitForResponseState

protected SessionImpl.WaitForResponseState()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class SessionImpl.AliveState

sessionCloseRequested

public void sessionCloseRequested(CloseCallback callback)
Specified by:
sessionCloseRequested in interface SessionImpl.SessionState
Overrides:
sessionCloseRequested in class SessionImpl.AliveState

channelStartRequested

public StartChannelResponse channelStartRequested(int channelNumber,
                                                  ProfileInfo[] profiles)
Specified by:
channelStartRequested in interface SessionImpl.SessionState
Overrides:
channelStartRequested in class SessionImpl.AliveState

toString

public java.lang.String toString()
Overrides:
toString in class SessionImpl.AliveState


Copyright © 2007 null. All Rights Reserved.