com.bea.wlevs.management.runtime
Interface RuntimeMBean
- All Known Subinterfaces:
- StageMonitoringMetricRuntimeMBean
- public interface RuntimeMBean
- extends WebLogicMBean
Interface for all runtime MBeans that are implemented
by the Weblogic Event Server. RuntimeMBeans are meant to be shortlived
and can be created/destroyed dynamically.
Each RuntimeMBean knows how to register and de-register from the MBean server.
Method Summary
|
void |
preDeregister()
This method is present so that the MBeanImplementation gets a chance to
clean up before it is actually de-registered from the MBean server. |
preDeregister
public void preDeregister()
throws Exception
- This method is present so that the MBeanImplementation gets a chance to
clean up before it is actually de-registered from the MBean server.
- Throws:
- Exception -