org.apache.geronimo.farm.deployment
Class BasicClusterConfigurationStore
java.lang.Object
org.apache.geronimo.farm.deployment.BasicClusterConfigurationStore
- All Implemented Interfaces:
- ClusterConfigurationStore
public class BasicClusterConfigurationStore
- extends Object
- implements ClusterConfigurationStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
GBEAN_J2EE_TYPE
public static final String GBEAN_J2EE_TYPE
- See Also:
- Constant Field Values
GBEAN_REF_CONF_STORE
public static final String GBEAN_REF_CONF_STORE
- See Also:
- Constant Field Values
BasicClusterConfigurationStore
public BasicClusterConfigurationStore(ConfigurationStore actualConfigurationStore)
install
public void install(ConfigurationData configurationData,
File packedConfigurationDir)
throws IOException,
InvalidConfigException
- Specified by:
install
in interface ClusterConfigurationStore
- Throws:
IOException
InvalidConfigException
uninstall
public void uninstall(Artifact configId)
throws NoSuchConfigException,
IOException
- Specified by:
uninstall
in interface ClusterConfigurationStore
- Throws:
NoSuchConfigException
IOException
deleteDir
protected void deleteDir(File packedConfigurationDir)
newDirectoryPackager
protected DirectoryPackager newDirectoryPackager()
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.