Uses of Interface
net.sf.beep4j.Session

Packages that use Session
net.sf.beep4j   
net.sf.beep4j.ext   
net.sf.beep4j.internal   
 

Uses of Session in net.sf.beep4j
 

Methods in net.sf.beep4j that return Session
 Session Channel.getSession()
          Gets the session on which this channel runs.
 

Methods in net.sf.beep4j with parameters of type Session
 void SessionHandler.sessionOpened(Session s)
          This method is invoked when the session has been established.
 

Uses of Session in net.sf.beep4j.ext
 

Methods in net.sf.beep4j.ext that return Session
protected  Session SessionHandlerAdapter.getSession()
          Get the associated Session object.
 

Methods in net.sf.beep4j.ext with parameters of type Session
 void SessionHandlerAdapter.sessionOpened(Session session)
          Notifies the handler that the Session was successfully established.
 

Uses of Session in net.sf.beep4j.internal
 

Subinterfaces of Session in net.sf.beep4j.internal
 interface InternalSession
           
 

Classes in net.sf.beep4j.internal that implement Session
 class SessionImpl
          Default implementation of the Session interface.
 



Copyright © 2007 null. All Rights Reserved.