|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionContext | |
---|---|
ome.services.sessions | |
ome.services.sessions.state |
Uses of SessionContext in ome.services.sessions |
---|
Classes in ome.services.sessions that implement SessionContext | |
---|---|
class |
SessionContextImpl
|
Fields in ome.services.sessions declared as SessionContext | |
---|---|
protected SessionContext |
SessionManagerImpl.internalSession
Internal SessionContext created during SessionManagerImpl.init() which is
used for all method calls internal to the session manager (see execute*
methods) |
Methods in ome.services.sessions that return SessionContext | |
---|---|
protected SessionContext |
SessionManagerImpl.createSessionContext(List<?> list,
SessionContext previous)
Takes a snapshot as from #executeSessionContextLookup(ServiceFactory, Principal) and turns
it into a SessionContext instance. |
SessionContext |
SessionManagerImpl.reload(SessionContext ctx)
Will be called in a synchronized block by SessionCache in order
to allow for an update. |
Methods in ome.services.sessions with parameters of type SessionContext | |
---|---|
protected SessionContext |
SessionManagerImpl.createSessionContext(List<?> list,
SessionContext previous)
Takes a snapshot as from #executeSessionContextLookup(ServiceFactory, Principal) and turns
it into a SessionContext instance. |
SessionContext |
SessionManagerImpl.reload(SessionContext ctx)
Will be called in a synchronized block by SessionCache in order
to allow for an update. |
Constructors in ome.services.sessions with parameters of type SessionContext | |
---|---|
SessionContextImpl(ome.model.meta.Session session,
List<Long> lGroups,
List<Long> mGroups,
List<String> roles,
SessionStats stats,
Roles _roles,
SessionContext previous)
|
|
SessionContextImpl(ome.model.meta.Session session,
List<Long> lGroups,
List<Long> mGroups,
List<String> roles,
SessionStats stats,
SessionContext previous)
|
Uses of SessionContext in ome.services.sessions.state |
---|
Methods in ome.services.sessions.state that return SessionContext | |
---|---|
SessionContext |
SessionCache.getSessionContext(String uuid)
Retrieve a session possibly raising either RemovedSessionException or SessionTimeoutException . |
SessionContext |
SessionCache.StaleCacheListener.reload(SessionContext context)
Method called for every active session in the cache. |
Methods in ome.services.sessions.state with parameters of type SessionContext | |
---|---|
void |
SessionCache.putSession(String uuid,
SessionContext sessionContext)
Puts a session blindly into the context. |
void |
SessionCache.refresh(String uuid,
SessionContext replacement)
Used externally to refresh the SessionContext instance
associated with the session uuid |
SessionContext |
SessionCache.StaleCacheListener.reload(SessionContext context)
Method called for every active session in the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.