org.apache.geronimo.farm.deployment
Class BasicClusterConfigurationController
java.lang.Object
org.apache.geronimo.farm.deployment.BasicClusterConfigurationController
- All Implemented Interfaces:
- ClusterConfigurationController, GBeanLifecycle
@GBean(j2eeType="ClusterConfigurationController")
public class BasicClusterConfigurationController
- extends java.lang.Object
- implements GBeanLifecycle, ClusterConfigurationController
- Version:
- $Rev:$ $Date:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_J2EE_TYPE
public static final java.lang.String GBEAN_J2EE_TYPE
- See Also:
- Constant Field Values
GBEAN_ATTR_NODE_NAME
public static final java.lang.String GBEAN_ATTR_NODE_NAME
- See Also:
- Constant Field Values
GBEAN_ATTR_ARTIFACT
public static final java.lang.String GBEAN_ATTR_ARTIFACT
- See Also:
- Constant Field Values
GBEAN_ATTR_START_CONF_UPON_START
public static final java.lang.String GBEAN_ATTR_START_CONF_UPON_START
- See Also:
- Constant Field Values
GBEAN_ATTR_IGNORE_START_CONF_FAIL_UPON_START
public static final java.lang.String GBEAN_ATTR_IGNORE_START_CONF_FAIL_UPON_START
- See Also:
- Constant Field Values
GBEAN_REF_CLUSTER_INFO
public static final java.lang.String GBEAN_REF_CLUSTER_INFO
- See Also:
- Constant Field Values
BasicClusterConfigurationController
public BasicClusterConfigurationController(@ParamReference(name="ClusterInfo")
ClusterInfo clusterInfo,
@ParamAttribute(name="nodeName")
java.lang.String nodeName,
@ParamAttribute(name="artifact")
Artifact artifact,
@ParamAttribute(name="startConfigurationUponStart")
boolean startConfigurationUponStart,
@ParamAttribute(name="ignoreStartConfigurationFailureUponStart")
boolean ignoreStartConfigurationFailureUponStart)
doStart
public void doStart()
throws java.lang.Exception
- Specified by:
doStart in interface GBeanLifecycle
- Throws:
java.lang.Exception
doFail
public void doFail()
- Specified by:
doFail in interface GBeanLifecycle
doStop
public void doStop()
throws java.lang.Exception
- Specified by:
doStop in interface GBeanLifecycle
- Throws:
java.lang.Exception
startConfiguration
public void startConfiguration()
throws java.lang.Exception
- Specified by:
startConfiguration in interface ClusterConfigurationController
- Throws:
java.lang.Exception
stopConfiguration
public void stopConfiguration()
throws java.lang.Exception
- Specified by:
stopConfiguration in interface ClusterConfigurationController
- Throws:
java.lang.Exception
newConfigurationManager
protected ConfigurationManager newConfigurationManager(Kernel kernel)
throws GBeanNotFoundException
- Throws:
GBeanNotFoundException
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.