|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.locator.LexEvsServiceLocator
public class LexEvsServiceLocator
The Class LexEvsServiceLocator.
Constructor Summary | |
---|---|
LexEvsServiceLocator()
|
Method Summary | |
---|---|
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)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexEvsServiceLocator()
Method Detail |
---|
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()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |