org.apache.geronimo.clustering
Class BasicNode

java.lang.Object
  extended by org.apache.geronimo.clustering.BasicNode
All Implemented Interfaces:
Node

public class BasicNode
extends Object
implements Node


Field Summary
static String GBEAN_ATTR_NODE_NAME
           
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
BasicNode(String name)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getName()
          Gets the node name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO

GBEAN_ATTR_NODE_NAME

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

BasicNode

public BasicNode(String name)
Method Detail

getName

public String getName()
Description copied from interface: Node
Gets the node name.

Specified by:
getName in interface Node
Returns:
Node name

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.