Uses of Interface
com.sun.n1.sps.model.user.SessionID

Packages that use SessionID
com.sun.n1.sps.client   
 

Uses of SessionID in com.sun.n1.sps.client
 

Methods in com.sun.n1.sps.client that return SessionID
 SessionID CommandManager.getSessionID()
          Gets the current SessionID associated with this CommandManager.
 

Methods in com.sun.n1.sps.client with parameters of type SessionID
 void CommandManager.setSessionID(SessionID inSessionID)
          Sets the Session for this CommandManager to the specified SessionID.