Interface PropertyBackedBeanWithMonitor
-
- All Known Implementing Classes:
ChildApplicationContextFactory,LuceneChildApplicationContextFactory,NoIndexChildApplicationContextFactory,SolrChildApplicationContextFactory
public interface PropertyBackedBeanWithMonitorThe property backed bean has a monitor object which is exposed via JMX. The bean is introspected and read-only properties and methods are exposed via JMX.- Since:
- 4.2
- Author:
- mrogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetMonitorObject()Get the monitor object.
-
-
-
Method Detail
-
getMonitorObject
Object getMonitorObject()
Get the monitor object.- Returns:
- the monitor object or null if there is no monitor
-
-