org.apache.geronimo.clustering
Interface Node

All Known Subinterfaces:
LocalNode
All Known Implementing Classes:
AbstractNode, BasicLocalNode, RemoteNode

public interface Node

Represents a node.


Method Summary
 JMXConnector getJMXConnector()
           
 String getName()
          Gets the node name.
 

Method Detail

getName

String getName()
Gets the node name.

Returns:
Node name

getJMXConnector

JMXConnector getJMXConnector()
                             throws IOException
Throws:
IOException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.