org.apache.geronimo.farm.deployment
Interface ClusterConfigurationStore

All Known Implementing Classes:
BasicClusterConfigurationStore

public interface ClusterConfigurationStore


Method Summary
 void install(ConfigurationData configurationData, File packedConfigurationDir)
           
 void uninstall(Artifact configId)
           
 

Method Detail

install

void install(ConfigurationData configurationData,
             File packedConfigurationDir)
             throws IOException,
                    InvalidConfigException
Throws:
IOException
InvalidConfigException

uninstall

void uninstall(Artifact configId)
               throws NoSuchConfigException,
                      IOException
Throws:
NoSuchConfigException
IOException


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