Uses of Class
org.marketcetera.util.ws.tags.SessionId

Packages that use SessionId
org.marketcetera.util.ws.stateful Web services infrastructure. 
org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags. 
 

Uses of SessionId in org.marketcetera.util.ws.stateful
 

Methods in org.marketcetera.util.ws.stateful that return SessionId
 SessionId Client.getSessionId()
          Returns the receiver's session ID.
 SessionId ClientContext.getSessionId()
          Returns the receiver's session ID.
 SessionId AuthServiceImpl.login(StatelessClientContext context, String user, char[] password)
           
 SessionId AuthService.login(StatelessClientContext context, String user, char[] password)
          Logs in the client with the given context, provided the given credentials are acceptable.
 

Methods in org.marketcetera.util.ws.stateful with parameters of type SessionId
 T SessionFactory.createSession(StatelessClientContext context, String user, SessionId id)
          Creates a new session (data object), for a new session initiated with the given creation context and on behalf of the user with the given name, and assigned the given ID.
 SessionHolder<T> SessionManager.get(SessionId id)
          Returns the holder that the receiver associates with the given session ID.
 void SessionManager.put(SessionId id, SessionHolder<T> holder)
          Adds the given holder, associated with the given session ID, to the receiver.
 void SessionManager.remove(SessionId id)
          Removes the holder that the receiver associates with the given session ID.
 void ClientContext.setSessionId(SessionId sessionId)
          Sets the receiver's session ID to the given one.
 

Uses of SessionId in org.marketcetera.util.ws.tags
 

Methods in org.marketcetera.util.ws.tags that return SessionId
static SessionId SessionId.generate()
          Returns a new, unique session ID.
 



Copyright © 2012. All Rights Reserved.