Uses of Interface
ome.services.sessions.SessionManager

Packages that use SessionManager
ome.logic The central repository of implementations which will be accessible through this server. 
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.services.blitz.fire   
ome.services.blitz.impl   
ome.services.blitz.util   
ome.services.fulltext All necessary classes for background indexing of metadata and attached binary files. 
ome.services.procs Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. 
ome.services.sessions   
ome.services.sessions.stats   
ome.services.sharing ome.api.IShare support infrastructure. 
ome.services.util Helper classes to support OMERO service beans Instead of abstract classes, IOC methods and dependency injection is used to provide service interception for the Service (binary) bean classes. 
omero.grid   
 

Uses of SessionManager in ome.logic
 

Fields in ome.logic declared as SessionManager
protected  SessionManager UpdateImpl.sessionManager
           
 

Methods in ome.logic with parameters of type SessionManager
 void UpdateImpl.setSessionManager(SessionManager sessionManager)
           
 

Uses of SessionManager in ome.security.basic
 

Fields in ome.security.basic declared as SessionManager
protected  SessionManager BasicSecuritySystem.sessionManager
           
 

Methods in ome.security.basic with parameters of type SessionManager
static BasicSecuritySystem BasicSecuritySystem.selfConfigure(SessionManager sm, ServiceFactory sf)
          Simpilifed factory method which generates all the security primitives internally.
 void BasicMethodSecurity.setSessionManager(SessionManager sessionManager)
           
 

Constructors in ome.security.basic with parameters of type SessionManager
BasicSecuritySystem(OmeroInterceptor interceptor, SystemTypes sysTypes, CurrentDetails cd, SessionManager sessionManager, Roles roles, ServiceFactory sf, TokenHolder tokenHolder)
          Main public constructor for this SecuritySystem implementation.
 

Uses of SessionManager in ome.services.blitz.fire
 

Fields in ome.services.blitz.fire declared as SessionManager
protected  SessionManager SessionManagerI.sessionManager
           
 

Constructors in ome.services.blitz.fire with parameters of type SessionManager
PermissionsVerifierI(Ring ring, SessionManager manager)
           
SessionManagerI(Ring ring, Ice.ObjectAdapter adapter, SecuritySystem secSys, SessionManager sessionManager, Executor executor, TopicManager topicManager, Registry reg)
           
 

Uses of SessionManager in ome.services.blitz.impl
 

Fields in ome.services.blitz.impl declared as SessionManager
protected  SessionManager TimelineI.sm
           
 

Methods in ome.services.blitz.impl with parameters of type SessionManager
 void TimelineI.setSessionManager(SessionManager sm)
           
 

Constructors in ome.services.blitz.impl with parameters of type SessionManager
ServiceFactoryI(boolean reusedSession, Ice.Current current, Glacier2.SessionControlPrx control, OmeroContext context, SessionManager manager, Executor executor, Principal p, List<HardWiredInterceptor> interceptors, TopicManager topicManager, Registry registry)
           
ServiceFactoryI(Ice.Current current, Glacier2.SessionControlPrx control, OmeroContext context, SessionManager manager, Executor executor, Principal p, List<HardWiredInterceptor> interceptors, TopicManager topicManager, Registry registry)
           
 

Uses of SessionManager in ome.services.blitz.util
 

Methods in ome.services.blitz.util with parameters of type SessionManager
protected  SessionManagerI BlitzConfiguration.createAndRegisterManager(SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
           
protected  Glacier2.PermissionsVerifier BlitzConfiguration.createAndRegisterVerifier(SessionManager sessionManager)
           
 

Constructors in ome.services.blitz.util with parameters of type SessionManager
BlitzConfiguration(Ice.InitializationData id, Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
          Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor) but allows properties to be specified via an InitializationData instance.
BlitzConfiguration(Ice.InitializationData id, Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor, Map<String,Ice.ObjectFactory> factories)
          Full constructor
BlitzConfiguration(Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
          Single constructor which builds all Ice instances needed for the server runtime based on arguments provided.
BlitzConfiguration(Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor, Map<String,Ice.ObjectFactory> factories)
          Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor) but allows ObjectFactory instances to be specified via a Map.
 

Uses of SessionManager in ome.services.fulltext
 

Constructors in ome.services.fulltext with parameters of type SessionManager
FullTextThread(SessionManager manager, Executor executor, FullTextIndexer indexer, FullTextBridge bridge)
          Uses default Principal for indexing
FullTextThread(SessionManager manager, Executor executor, FullTextIndexer indexer, FullTextBridge bridge, boolean waitForLock)
          Uses default Principal for indexing
FullTextThread(SessionManager manager, Executor executor, FullTextIndexer indexer, FullTextBridge bridge, Principal principal)
          Main constructor.
FullTextThread(SessionManager manager, Executor executor, FullTextIndexer indexer, FullTextBridge bridge, Principal principal, boolean waitForLock)
          Main constructor.
 

Uses of SessionManager in ome.services.procs
 

Constructors in ome.services.procs with parameters of type SessionManager
ProcessManager(SessionManager manager, SecuritySystem sec, Executor executor, Processor... procs)
          main constructor which takes a non-null array of Processor instances as its only argument.
 

Uses of SessionManager in ome.services.sessions
 

Classes in ome.services.sessions that implement SessionManager
 class SessionManagerImpl
          Is for ISession a cache and will be kept there in sync?
 

Constructors in ome.services.sessions with parameters of type SessionManager
SessionBean(SessionManager mgr, Executor ex, CurrentDetails cd)
           
 

Uses of SessionManager in ome.services.sessions.stats
 

Constructors in ome.services.sessions.stats with parameters of type SessionManager
CurrentSessionStats(CurrentDetails cd, SessionManager sm)
           
 

Uses of SessionManager in ome.services.sharing
 

Fields in ome.services.sharing declared as SessionManager
protected  SessionManager ShareBean.sessionManager
           
 

Constructors in ome.services.sharing with parameters of type SessionManager
ShareBean(LocalAdmin admin, SessionManager mgr, ShareStore store, Executor executor)
           
 

Uses of SessionManager in ome.services.util
 

Fields in ome.services.util declared as SessionManager
protected  SessionManager ExecutionThread.manager
           
 

Constructors in ome.services.util with parameters of type SessionManager
ExecutionThread(SessionManager manager, Executor executor, Executor.Work work, Principal principal)
          Main constructor.
 

Uses of SessionManager in omero.grid
 

Constructors in omero.grid with parameters of type SessionManager
InteractiveProcessorI(Principal p, SessionManager mgr, Executor ex, omero.grid.ProcessorPrx prx, omero.model.Job job, long timeout, Glacier2.SessionControlPrx control, ParamsHelper helper)
           
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.