Klasse PerformanceMonitorAccessor
java.lang.Object
de.uplanet.lucy.server.monitor.performance.PerformanceMonitorAccessor
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic de.uplanet.lucy.server.monitor.performance.IPerformanceMonitorBeanGet theperformanceMonitorbean.static booleanCheck if theperformanceMonitorbean is defined.
-
Felddetails
-
BEAN_NAME
- Siehe auch:
-
-
Methodendetails
-
isAvailable
public static boolean isAvailable()Check if theperformanceMonitorbean is defined.- Gibt zurück:
trueif the bean is defined, orfalseotherwise.- Löst aus:
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.
-
getInstance
public static de.uplanet.lucy.server.monitor.performance.IPerformanceMonitorBean getInstance() throws org.springframework.beans.BeansExceptionGet theperformanceMonitorbean.- Gibt zurück:
- The bean.
- Löst aus:
org.springframework.beans.factory.NoSuchBeanDefinitionException- If the beanquartzScheduleris 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.
-