ncsa.tools.trebuchet.core.clients
Class DeleteClient

java.lang.Object
  extended byncsa.tools.trebuchet.core.clients.SingleTargetClient
      extended byncsa.tools.trebuchet.core.clients.DeleteClient
All Implemented Interfaces:
IClient, IConfigurable, IRunnableClient, java.lang.Runnable, Stoppable
Direct Known Subclasses:
FileDeleteClient, GridftpDeleteClient, HTTPDeleteClient, SSHDeleteClient, WebdavDeleteClient

public abstract class DeleteClient
extends SingleTargetClient


Constructor Summary
DeleteClient()
           
 
Method Summary
 void run()
           
 
Methods inherited from class ncsa.tools.trebuchet.core.clients.SingleTargetClient
checkResult, close, getConnection, getEntry, getFailureStatus, getSuccessStatus, halt, initialize, setCallback, setConnection, setEntry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteClient

public DeleteClient()
Method Detail

run

public void run()