public class LazyLoadMetaData
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Constructor and Description |
---|
LazyLoadMetaData() |
Modifier and Type | Method and Description |
---|---|
LuceneDirectoryCreator |
getDirectoryCreator() |
LexEvsServiceLocator |
getLocator() |
LuceneMultiDirectoryFactory |
getMultiDirectoryFactory() |
SystemVariables |
getSystemVariables() |
void |
lazyLoadMetadata() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent arg0) |
void |
setDirectoryCreator(LuceneDirectoryCreator directoryCreator) |
void |
setLocator(LexEvsServiceLocator locator) |
void |
setMultiDirectoryFactory(LuceneMultiDirectoryFactory multiDirectoryFactory) |
void |
setSystemVariables(SystemVariables systemVariables) |
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent arg0)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public void lazyLoadMetadata() throws LBInvocationException, java.io.IOException, LBParameterException
LBInvocationException
java.io.IOException
LBParameterException
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)
public LuceneDirectoryCreator getDirectoryCreator()
public void setDirectoryCreator(LuceneDirectoryCreator directoryCreator)
public LuceneMultiDirectoryFactory getMultiDirectoryFactory()
public void setMultiDirectoryFactory(LuceneMultiDirectoryFactory multiDirectoryFactory)
public LexEvsServiceLocator getLocator()
public void setLocator(LexEvsServiceLocator locator)