org.apache.geronimo.farm.deployment
Class BasicClusterConfigurationStore
java.lang.Object
org.apache.geronimo.farm.deployment.BasicClusterConfigurationStore
- All Implemented Interfaces:
- ClusterConfigurationStore
@GBean(j2eeType="ClusterConfigurationStore")
public class BasicClusterConfigurationStore
- extends java.lang.Object
- implements ClusterConfigurationStore
- 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_REF_CONF_STORE
public static final java.lang.String GBEAN_REF_CONF_STORE
- See Also:
- Constant Field Values
BasicClusterConfigurationStore
public BasicClusterConfigurationStore(@ParamReference(name="ConfigurationStore",namingType="ConfigurationStore")
ConfigurationStore actualConfigurationStore)
install
public void install(ConfigurationData configurationData,
java.io.File packedConfigurationDir)
throws java.io.IOException,
InvalidConfigException
- Specified by:
install in interface ClusterConfigurationStore
- Throws:
java.io.IOException
InvalidConfigException
uninstall
public void uninstall(Artifact configId)
throws NoSuchConfigException,
java.io.IOException
- Specified by:
uninstall in interface ClusterConfigurationStore
- Throws:
NoSuchConfigException
java.io.IOException
deleteDir
protected void deleteDir(java.io.File packedConfigurationDir)
newDirectoryPackager
protected DirectoryPackager newDirectoryPackager()
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.