public class RuntimeContextNoRuntime extends RuntimeContextAbstract
RuntimeContext.TransactionState| Constructor and Description |
|---|
RuntimeContextNoRuntime() |
RuntimeContextNoRuntime(DeploymentCategory deploymentCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
allInstances(ObjectSpecification noSpec) |
AdapterManager |
getAdapterManager() |
AuthenticationSessionProvider |
getAuthenticationSessionProvider()
A mechanism for returning the current
AuthenticationSession. |
ServicesInjector |
getDependencyInjector()
aka the ServicesInjector...
|
DeploymentCategory |
getDeploymentCategory() |
DomainObjectServices |
getDomainObjectServices() |
LocalizationProvider |
getLocalizationProvider() |
ObjectDirtier |
getObjectDirtier() |
ObjectInstantiator |
getObjectInstantiator() |
ObjectPersistor |
getObjectPersistor() |
QuerySubmitter |
getQuerySubmitter() |
ServicesProvider |
getServicesProvider() |
RuntimeContext.TransactionState |
getTransactionState() |
getContainer, getProperty, getPropertyNames, getSpecificationLoader, init, injectInto, injectSubcomponentsInto, setContainer, setProperties, setSpecificationLoaderSpi, shutdownpublic RuntimeContextNoRuntime()
public RuntimeContextNoRuntime(DeploymentCategory deploymentCategory)
public DeploymentCategory getDeploymentCategory()
public AuthenticationSessionProvider getAuthenticationSessionProvider()
RuntimeContextAuthenticationSession.
Note that the scope of RuntimeContext is global, whereas
AuthenticationSession may change over time.
public AdapterManager getAdapterManager()
public ObjectInstantiator getObjectInstantiator()
public ObjectDirtier getObjectDirtier()
public ObjectPersistor getObjectPersistor()
public DomainObjectServices getDomainObjectServices()
public QuerySubmitter getQuerySubmitter()
public ServicesInjector getDependencyInjector()
RuntimeContextpublic List<ObjectAdapter> allInstances(ObjectSpecification noSpec)
public ServicesProvider getServicesProvider()
public LocalizationProvider getLocalizationProvider()
public RuntimeContext.TransactionState getTransactionState()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.