Uses of Class
org.marketcetera.util.ws.stateful.SessionHolder
-
Packages that use SessionHolder Package Description org.marketcetera.util.ws.stateful Web services infrastructure. -
-
Uses of SessionHolder in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful with type parameters of type SessionHolder Modifier and Type Field Description private HashMap<SessionId,SessionHolder<T>>SessionManager. mMapMethods in org.marketcetera.util.ws.stateful that return SessionHolder Modifier and Type Method Description SessionHolder<T>SessionManager. get(SessionId id)Returns the holder that the receiver associates with the given session ID.protected SessionHolder<T>RemoteCall. getSessionHolder(ClientContext context)Asserts that the given client context matches all of the receiver's filters.Methods in org.marketcetera.util.ws.stateful that return types with arguments of type SessionHolder 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 SessionHolder Modifier and Type Method Description protected abstract TRemoteCaller. call(ClientContext context, SessionHolder<S> sessionHolder)The service implementation, executed on behalf of the client with the given context and associated session holder.private voidAuthServiceImpl. logout(ClientContext context, SessionHolder<T> sessionHolder)Logs out the client with the given context and associated session holder.voidSessionManager. put(SessionId id, SessionHolder<T> holder)Adds the given holder, associated with the given session ID, to the receiver.protected abstract voidRemoteRunner. run(ClientContext context, SessionHolder<S> sessionHolder)The service implementation, executed on behalf of the client with the given context and associated session holder.
-