org.apache.geronimo.deployment.plugin.remote
Class RemoteDeployUtil.FileUploadServletProgressAdapter

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.FileUploadServletProgressAdapter
All Implemented Interfaces:
FileUploadProgress
Enclosing class:
RemoteDeployUtil

protected static class RemoteDeployUtil.FileUploadServletProgressAdapter
extends Object
implements FileUploadProgress


Constructor Summary
RemoteDeployUtil.FileUploadServletProgressAdapter(AbstractDeployCommand command)
           
 
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

RemoteDeployUtil.FileUploadServletProgressAdapter

public RemoteDeployUtil.FileUploadServletProgressAdapter(AbstractDeployCommand command)
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.