@Component
public class ExecutionManager
extends java.lang.Object
implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
ExecutionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignContext(ExecutionContext context) |
ExecutionContext |
getContext() |
org.tiogasolutions.couchace.core.api.CouchServer |
getCouchServer() |
CouchServersConfig |
getCouchServersConfig() |
DomainStore |
getDomainStore() |
PluginManager |
getPluginManager() |
PushProcessor |
getPushProcessor() |
boolean |
hasContext() |
ExecutionContext |
newContext(javax.ws.rs.core.UriInfo uriInfo) |
void |
removeExecutionContext() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public void removeExecutionContext()
public ExecutionContext newContext(javax.ws.rs.core.UriInfo uriInfo)
public void assignContext(ExecutionContext context)
public boolean hasContext()
public ExecutionContext getContext()
public CouchServersConfig getCouchServersConfig()
public org.tiogasolutions.couchace.core.api.CouchServer getCouchServer()
public PushProcessor getPushProcessor()
public DomainStore getDomainStore()
public PluginManager getPluginManager()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansException