org.apache.geronimo.farm.deployment
Class BasicClusterConfigurationStoreClient.ConfigurationUploadProgress

java.lang.Object
  extended by org.apache.geronimo.farm.deployment.BasicClusterConfigurationStoreClient.ConfigurationUploadProgress
All Implemented Interfaces:
FileUploadProgress
Enclosing class:
BasicClusterConfigurationStoreClient

protected class BasicClusterConfigurationStoreClient.ConfigurationUploadProgress
extends Object
implements FileUploadProgress


Constructor Summary
BasicClusterConfigurationStoreClient.ConfigurationUploadProgress(ConfigurationData configurationData)
           
 
Method Summary
 void fail(Exception exception)
           
 void fail(String message)
           
 void updateStatus(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicClusterConfigurationStoreClient.ConfigurationUploadProgress

public BasicClusterConfigurationStoreClient.ConfigurationUploadProgress(ConfigurationData configurationData)
Method Detail

fail

public void fail(String message)
Specified by:
fail in interface FileUploadProgress

fail

public void fail(Exception exception)
Specified by:
fail in interface FileUploadProgress

updateStatus

public void updateStatus(String message)
Specified by:
updateStatus in interface FileUploadProgress


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