org.apache.geronimo.farm.config
Class BasicNodeInfo

java.lang.Object
  extended by org.apache.geronimo.farm.config.BasicNodeInfo
All Implemented Interfaces:
NodeInfo

public class BasicNodeInfo
extends Object
implements NodeInfo


Field Summary
static String GBEAN_ATTR_EXT_JMX_CONN_INFO
           
static String GBEAN_ATTR_KERNEL
           
static String GBEAN_ATTR_NODE_NAME
           
static GBeanInfo GBEAN_INFO
           
static String GBEAN_J2EE_TYPE
           
 
Constructor Summary
BasicNodeInfo(Kernel kernel, String name, ExtendedJMXConnectorInfo connectorInfo)
           
 
Method Summary
 ExtendedJMXConnectorInfo getConnectorInfo()
           
static GBeanInfo getGBeanInfo()
           
 String getName()
           
 Kernel newKernel()
           
protected  Kernel newKernel(String url, Map environment)
           
 
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 GBeanInfo GBEAN_INFO

GBEAN_J2EE_TYPE

public static final String GBEAN_J2EE_TYPE
See Also:
Constant Field Values

GBEAN_ATTR_KERNEL

public static final String GBEAN_ATTR_KERNEL
See Also:
Constant Field Values

GBEAN_ATTR_NODE_NAME

public static final String GBEAN_ATTR_NODE_NAME
See Also:
Constant Field Values

GBEAN_ATTR_EXT_JMX_CONN_INFO

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

BasicNodeInfo

public BasicNodeInfo(Kernel kernel,
                     String name,
                     ExtendedJMXConnectorInfo connectorInfo)
Method Detail

getName

public String getName()
Specified by:
getName in interface NodeInfo

getConnectorInfo

public ExtendedJMXConnectorInfo getConnectorInfo()
Specified by:
getConnectorInfo in interface NodeInfo

newKernel

public Kernel newKernel()
                 throws IOException
Specified by:
newKernel in interface NodeInfo
Throws:
IOException

newKernel

protected Kernel newKernel(String url,
                           Map environment)
                    throws IOException
Throws:
IOException

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.