Package org.oddjob.jmx.general
Interface MBeanNode
- All Superinterfaces:
Destroyable,org.apache.commons.beanutils.DynaBean,Invoker
- All Known Implementing Classes:
SimpleMBeanNode
Marker interface for the wrapper around an MBean.
- Author:
- rob
-
Method Summary
Methods inherited from interface org.oddjob.jmx.client.Destroyable
destroyMethods inherited from interface org.apache.commons.beanutils.DynaBean
contains, get, get, get, getDynaClass, remove, set, set, set
-
Method Details
-
initialise
void initialise()Called from theDomainNodeto initialise this node.
-