org.oddjob.jmx.general
Interface MBeanNode

All Superinterfaces:
Destroyable, org.apache.commons.beanutils.DynaBean, Invoker
All Known Implementing Classes:
SimpleMBeanNode

public interface MBeanNode
extends org.apache.commons.beanutils.DynaBean, Invoker, Destroyable

Marker interface for the wrapper around an MBean.

Author:
rob

Method Summary
 void initialise()
          Called from the DomainNode to initialise this node.
 
Methods inherited from interface org.apache.commons.beanutils.DynaBean
contains, get, get, get, getDynaClass, remove, set, set, set
 
Methods inherited from interface org.oddjob.script.Invoker
invoke
 
Methods inherited from interface org.oddjob.jmx.client.Destroyable
destroy
 

Method Detail

initialise

void initialise()
Called from the DomainNode to initialise this node.