public class LexEvsServiceLocator
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean
Modifier and Type | Class and Description |
---|---|
static interface |
LexEvsServiceLocator.ApplicationContextCallback |
Constructor and Description |
---|
LexEvsServiceLocator() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
CacheWrappingFactory |
getCacheWrappingFactory() |
DatabaseServiceManager |
getDatabaseServiceManager()
Gets the database service manager.
|
IndexServiceManager |
getIndexServiceManager()
Gets the index service manager.
|
static LexEvsServiceLocator |
getInstance()
Gets the single instance of LexEvsServiceLocator.
|
LexEvsDatabaseOperations |
getLexEvsDatabaseOperations()
Gets the lex evs database operations.
|
LexEvsIndexOperations |
getLexEvsIndexOperations() |
Registry |
getRegistry()
Gets the registry.
|
ResourceManager |
getResourceManager()
Deprecated.
|
SystemResourceService |
getSystemResourceService()
Gets the system resource service.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
static void |
setApplicationContextCallback(LexEvsServiceLocator.ApplicationContextCallback applicationContextCallback) |
void |
setCacheWrappingFactory(CacheWrappingFactory cacheWrappingFactory) |
void |
setDatabaseServiceManager(DatabaseServiceManager databaseServiceManager)
Sets the database service manager.
|
void |
setIndexServiceManager(IndexServiceManager indexServiceManager)
Sets the index service manager.
|
void |
setLexEvsDatabaseOperations(LexEvsDatabaseOperations lexEvsDatabaseOperations)
Sets the lex evs database operations.
|
void |
setLexEvsIndexOperations(LexEvsIndexOperations lexEvsIndexOperations) |
void |
setRegistry(Registry registry)
Sets the registry.
|
void |
setResourceManager(ResourceManager resourceManager)
Sets the resource manager.
|
void |
setSystemResourceService(SystemResourceService systemResourceService)
Sets the system resource service.
|
public static LexEvsServiceLocator getInstance()
@Deprecated public ResourceManager getResourceManager()
public void setResourceManager(ResourceManager resourceManager)
resourceManager
- the new resource managerpublic Registry getRegistry()
public void setRegistry(Registry registry)
registry
- the new registrypublic void setLexEvsDatabaseOperations(LexEvsDatabaseOperations lexEvsDatabaseOperations)
lexEvsDatabaseOperations
- the new lex evs database operationspublic LexEvsDatabaseOperations getLexEvsDatabaseOperations()
public void setDatabaseServiceManager(DatabaseServiceManager databaseServiceManager)
databaseServiceManager
- the new database service managerpublic DatabaseServiceManager getDatabaseServiceManager()
public void setSystemResourceService(SystemResourceService systemResourceService)
systemResourceService
- the new system resource servicepublic SystemResourceService getSystemResourceService()
public IndexServiceManager getIndexServiceManager()
public void setIndexServiceManager(IndexServiceManager indexServiceManager)
indexServiceManager
- the new index service managerpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setCacheWrappingFactory(CacheWrappingFactory cacheWrappingFactory)
public CacheWrappingFactory getCacheWrappingFactory()
public void setLexEvsIndexOperations(LexEvsIndexOperations lexEvsIndexOperations)
public LexEvsIndexOperations getLexEvsIndexOperations()
public static void setApplicationContextCallback(LexEvsServiceLocator.ApplicationContextCallback applicationContextCallback)
public void destroy() throws java.lang.Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
java.lang.Exception