org.apache.geronimo.clustering
Class BasicLocalNode

java.lang.Object
  extended by org.apache.geronimo.clustering.AbstractNode
      extended by org.apache.geronimo.clustering.BasicLocalNode
All Implemented Interfaces:
LocalNode, Node

public class BasicLocalNode
extends AbstractNode
implements LocalNode


Field Summary
static String GBEAN_ATTR_NODE_NAME
           
static GBeanInfo GBEAN_INFO
           
static String GBEAN_REF_JMX_CONNECTOR
           
 
Constructor Summary
BasicLocalNode(String name, JMXConnectorInfo connectorInfo)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
protected  String getHost()
           
 JMXConnectorInfo getJMXConnectorInfo()
           
protected  int getPort()
           
 
Methods inherited from class org.apache.geronimo.clustering.AbstractNode
equals, getJMXConnector, getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.clustering.Node
getJMXConnector, getName
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO

GBEAN_ATTR_NODE_NAME

public static final String GBEAN_ATTR_NODE_NAME
See Also:
Constant Field Values

GBEAN_REF_JMX_CONNECTOR

public static final String GBEAN_REF_JMX_CONNECTOR
See Also:
Constant Field Values
Constructor Detail

BasicLocalNode

public BasicLocalNode(String name,
                      JMXConnectorInfo connectorInfo)
Method Detail

getJMXConnectorInfo

public JMXConnectorInfo getJMXConnectorInfo()
Specified by:
getJMXConnectorInfo in interface LocalNode

getHost

protected String getHost()
Specified by:
getHost in class AbstractNode

getPort

protected int getPort()
Specified by:
getPort in class AbstractNode

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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