org.oddjob.jmx.general
Interface DomainNode

All Superinterfaces:
Destroyable, Structural
All Known Implementing Classes:
SimpleDomainNode

public interface DomainNode
extends Structural, Destroyable

Marker interface for an Object that represents a JMX domain.

Author:
rob

Method Summary
 void initialise()
          Called from the service to initialise the node.
 
Methods inherited from interface org.oddjob.Structural
addStructuralListener, removeStructuralListener
 
Methods inherited from interface org.oddjob.jmx.client.Destroyable
destroy
 

Method Detail

initialise

void initialise()
Called from the service to initialise the node.