org.apache.geronimo.farm.deployment
Interface ClusterConfigurationStore

All Known Implementing Classes:
BasicClusterConfigurationStore

public interface ClusterConfigurationStore

Version:
$Rev:$ $Date:$

Method Summary
 void install(org.apache.geronimo.kernel.config.ConfigurationData configurationData, File packedConfigurationDir)
           
 void uninstall(org.apache.geronimo.kernel.repository.Artifact configId)
           
 

Method Detail

install

void install(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
             File packedConfigurationDir)
             throws IOException,
                    org.apache.geronimo.kernel.config.InvalidConfigException
Throws:
IOException
org.apache.geronimo.kernel.config.InvalidConfigException

uninstall

void uninstall(org.apache.geronimo.kernel.repository.Artifact configId)
               throws org.apache.geronimo.kernel.config.NoSuchConfigException,
                      IOException
Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
IOException


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