Package de.uplanet.lucy.server.search
Class SearchServiceAccessor
java.lang.Object
de.uplanet.lucy.server.search.SearchServiceAccessor
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic de.uplanet.lucy.server.search.ISearchServiceBeanGet thesearchServicebean.static booleanCheck if thesearchServicebean is defined.
- 
Field Details- 
BEAN_NAME- See Also:
 
 
- 
- 
Method Details- 
isAvailablepublic static boolean isAvailable()Check if thesearchServicebean is defined.- Returns:
- trueif the bean is defined, or- falseotherwise.
- Throws:
- org.springframework.beans.factory.BeanNotOfRequiredTypeException- If the bean is not of the required type.
- org.springframework.beans.BeansException- If the bean could not be created.
 
- 
getInstancepublic static de.uplanet.lucy.server.search.ISearchServiceBean getInstance() throws org.springframework.beans.BeansExceptionGet thesearchServicebean.- Returns:
- The bean.
- Throws:
- org.springframework.beans.factory.NoSuchBeanDefinitionException- If the bean- quartzScheduleris not defined.
- org.springframework.beans.factory.BeanNotOfRequiredTypeException- If the bean is not of the required type.
- org.springframework.beans.BeansException- If the bean could not be created.
 
 
-