Uses of Class
org.marketcetera.util.ws.tags.SessionId
-
Packages that use SessionId Package Description 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
Fields in org.marketcetera.util.ws.stateful declared as SessionId Modifier and Type Field Description private SessionIdClient. mSessionIdprivate SessionIdClientContext. sessionIdsession ID valueFields in org.marketcetera.util.ws.stateful with type parameters of type SessionId Modifier and Type Field Description private HashMap<SessionId,SessionHolder<T>>SessionManager. mMapMethods in org.marketcetera.util.ws.stateful that return SessionId Modifier and Type Method Description SessionIdClient. getSessionId()Returns the receiver's session ID.SessionIdClientContext. getSessionId()Get the sessionId value.SessionIdAuthService. login(StatelessClientContext context, String user, char[] password)Logs in the client with the given context, provided the given credentials are acceptable.SessionIdAuthServiceImpl. login(StatelessClientContext context, String user, char[] password)private SessionIdAuthServiceImpl. loginImpl(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 that return types with arguments of type SessionId Modifier and Type Method Description protected Map<SessionId,SessionHolder<T>>SessionManager. getMap()Returns the receiver's map.Methods in org.marketcetera.util.ws.stateful with parameters of type SessionId Modifier and Type Method Description TSessionFactory. 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.voidSessionManager. put(SessionId id, SessionHolder<T> holder)Adds the given holder, associated with the given session ID, to the receiver.voidSessionManager. remove(SessionId id)Removes the holder that the receiver associates with the given session ID.private voidClient. setSessionId(SessionId sessionId)Sets the receiver's session ID to the given one.voidClientContext. setSessionId(SessionId inSessionId)Sets the sessionId value. -
Uses of SessionId in org.marketcetera.util.ws.tags
Methods in org.marketcetera.util.ws.tags that return SessionId Modifier and Type Method Description static SessionIdSessionId. generate()Returns a new, unique session ID.
-