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

    Modifier and Type
    Method
    Description
    void
    Called from the DomainNode to initialise this node.

    Methods inherited from interface org.oddjob.jmx.client.Destroyable

    destroy

    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
  • Method Details

    • initialise

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