パッケージ | 説明 |
---|---|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected OmeroContext |
ServiceFactory.ctx
the
context instance which this
ServiceFactory uses to look up all of its state. |
修飾子とタイプ | メソッドと説明 |
---|---|
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. |
コンストラクタと説明 |
---|
ServiceFactory(OmeroContext context)
constructor which uses the provided
OmeroContext for all
loookups. |