Package org.oddjob.jmx.general
Interface DomainNode
- All Superinterfaces:
Destroyable,Structural
- All Known Implementing Classes:
SimpleDomainNode
Marker interface for an Object that represents a JMX domain.
- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled from the service to initialise the node.Methods inherited from interface org.oddjob.jmx.client.Destroyable
destroyMethods inherited from interface org.oddjob.Structural
addStructuralListener, removeStructuralListener
-
Method Details
-
initialise
void initialise()Called from the service to initialise the node.
-