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 java.lang.ObjectgetMonitorObject()Get the monitor object.
-