| Package | Description | 
|---|---|
| ome.logic | 
 The central repository of implementations which will be accessible through this server. 
 | 
| ome.security.auth | |
| 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 | 
 Base services package for OMERO API services
    
  This includes classes that implement OMERO API services described as interfaces in the
  OMERO Common component. 
 | 
| ome.services.blitz.fire | |
| ome.services.blitz.impl | |
| ome.services.blitz.repo | |
| ome.services.blitz.util | |
| ome.services.delete | 
 Implementations of the ome.api.IDelete service. 
 | 
| ome.services.delete.files | |
| ome.services.fulltext | 
 All necessary classes for background indexing of metadata and attached binary 
files. 
 | 
| ome.services.sessions | |
| ome.services.sharing | 
 ome.api.IShare support infrastructure. 
 | 
| ome.services.throttling | |
| 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. 
 | 
| ome.system | 
 Provides the necessary container structure for the entire Omero system. 
 | 
| ome.tools.spring | 
 OMERO Server tools specific to Spring
        Classes/Interfaces that implement AOP, Post-processing injection, session flushing,
        and factory management. 
 | 
| omero.cmd | |
| omero.cmd.basic | |
| omero.util | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
AdminImpl.context  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
HardWiredInterceptor.configure(java.util.List<HardWiredInterceptor> hwi,
         OmeroContext ctx)  | 
void | 
HardWiredInterceptor.selfConfigure(OmeroContext context)
Calls  
applyBeanPropertyValues(Object, String) to 
 have properties injected. | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
ConfigurablePasswordProvider.ctx  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
BasicSecuritySystem.ctx  | 
| Constructor and Description | 
|---|
ThumbnailCtx(IQuery queryService,
            IUpdate updateService,
            IPixels pixelsService,
            IRenderingSettings settingsService,
            ThumbnailService thumbnailService,
            OmeroContext applicationContext,
            SecuritySystem securitySystem,
            long userId)
Default constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
SessionManagerI.context  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
AbstractAmdServant.ctx  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractAmdServant.onSetOmeroContext(OmeroContext context)
To be overridden by subclasses. 
 | 
void | 
MetadataStoreI.onSetOmeroContext(OmeroContext ctx)  | 
| Constructor and Description | 
|---|
ServiceFactoryI(boolean reusedSession,
               Ice.Current current,
               ServantHolder holder,
               Glacier2.SessionControlPrx control,
               OmeroContext context,
               SessionManager manager,
               Executor executor,
               Principal p,
               java.util.List<HardWiredInterceptor> interceptors,
               TopicManager topicManager,
               Registry registry,
               java.lang.String token)  | 
ServiceFactoryI(Ice.Current current,
               ServantHolder holder,
               Glacier2.SessionControlPrx control,
               OmeroContext context,
               SessionManager manager,
               Executor executor,
               Principal p,
               java.util.List<HardWiredInterceptor> interceptors,
               TopicManager topicManager,
               Registry registry)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
PublicRepositoryI.context  | 
| Constructor and Description | 
|---|
IceMethodInvoker(java.lang.Class<S> k,
                OmeroContext context)
Creates an  
IceMethodInvoker instance by using reflection on the
 Class argument. | 
IceMethodInvoker(ServiceInterface srv,
                OmeroContext context)
Create an  
IceMethodInvoker instance using the Class of
 the passed argument to call
 IceMethodInvoker.IceMethodInvoker(Class, OmeroContext). | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
Deletion.Builder.ctx  | 
| Constructor and Description | 
|---|
Deletion(AbstractFileSystemService afs,
        OmeroContext ctx)  | 
| Constructor and Description | 
|---|
FileDeleter(OmeroContext ctx,
           AbstractFileSystemService afs,
           com.google.common.collect.SetMultimap<java.lang.String,java.lang.Long> deleteTargets)  | 
OriginalFileDeletions(AbstractFileSystemService afs,
                     java.util.Set<java.lang.Long> deletedIds,
                     OmeroContext ctx)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
FileParser.context  | 
protected OmeroContext | 
FullTextIndexer.context
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
SessionManagerImpl.context  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
BlobShareStore.ctx  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
AbstractThrottlingStrategy.ctx  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
Task.exception(java.lang.Throwable ex,
         OmeroContext ctx)  | 
protected void | 
Task.response(java.lang.Object rv,
        OmeroContext ctx)
Calls the response method 
 | 
void | 
Adapter.run(OmeroContext ctx)  | 
void | 
Callback.run(OmeroContext ctx)  | 
void | 
Callback2.run(OmeroContext ctx)  | 
abstract void | 
Task.run(OmeroContext ctx)  | 
| Constructor and Description | 
|---|
Queue(OmeroContext ctx)  | 
SerialThrottlingStrategy(OmeroContext ctx)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
Executor.Impl.context  | 
| Modifier and Type | Method and Description | 
|---|---|
OmeroContext | 
Executor.getContext()
Provides access to the context for Work-API consumers who need to publish
 events, etc. 
 | 
OmeroContext | 
Executor.Impl.getContext()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected OmeroContext | 
ServiceFactory.ctx
the  
context instance which this
 ServiceFactory uses to look up all of its state. | 
| Modifier and Type | Method and Description | 
|---|---|
static OmeroContext | 
OmeroContext.getClientContext()
create (if necessary) and return the single default client OmeroContext. 
 | 
static OmeroContext | 
OmeroContext.getClientContext(java.util.Properties props)
initialize a new client OmeroContext (named  
CLIENT_CONTEXT),
 using the getContext(Properties, String) method. | 
static OmeroContext | 
OmeroContext.getContext(java.util.Properties props,
          java.lang.String context)
initialize a new client OmeroContext using the  
Properties
 provided as values for property (e.g. | 
static OmeroContext | 
OmeroContext.getInstance(java.lang.String beanFactoryName)
create (if necessary) and return the single default OmeroContext named by
 the beanFactoryName parameter. 
 | 
static OmeroContext | 
OmeroContext.getManagedServerContext()
create (if necessary) and return the single default managed OmeroContext. 
 | 
OmeroContext | 
OmeroContext.Locator.lookup(java.lang.String selector,
      org.springframework.context.ApplicationContext parent)
uses
  
ContextSingletonBeanFactoryLocator.createDefinition(java.lang.String, java.lang.String)
 and
 ContextSingletonBeanFactoryLocator.initializeDefinition(org.springframework.beans.factory.BeanFactory)
 to create a new context from a given definition. | 
| Constructor and Description | 
|---|
ServiceFactory(OmeroContext context)
constructor which uses the provided  
OmeroContext for all
 loookups. | 
| Constructor and Description | 
|---|
InternalServiceFactory(OmeroContext omeroContext)  | 
| Modifier and Type | Field and Description | 
|---|---|
OmeroContext | 
SessionI.context  | 
| Constructor and Description | 
|---|
CallContext(OmeroContext ctx,
           java.lang.String token)  | 
SessionI(boolean reusedSession,
        Ice.Current current,
        ServantHolder holder,
        Glacier2.SessionControlPrx control,
        OmeroContext context,
        SessionManager sessionManager,
        Executor executor,
        Principal principal,
        java.lang.String token)  | 
| Constructor and Description | 
|---|
DoAllI(OmeroContext ctx)  | 
ListRequestsI(OmeroContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
Ice.UserException | 
IceMapper.handleException(java.lang.Throwable t,
               OmeroContext ctx)  | 
omero.ServerError | 
IceMapper.handleServerError(java.lang.Throwable t,
                 OmeroContext ctx)
wraps any non-ServerError returned by
  
IceMapper.handleException(Throwable, OmeroContext) in an
 InternalException. | 
                
                
Version: 5.4.6-ice35-b87
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.