ncsa.tools.trebuchet.core.clients
Class MkDirClient

java.lang.Object
  extended byncsa.tools.trebuchet.core.clients.SingleTargetClient
      extended byncsa.tools.trebuchet.core.clients.MkDirClient
All Implemented Interfaces:
IClient, IConfigurable, IRunnableClient, java.lang.Runnable, Stoppable
Direct Known Subclasses:
FileMkDirClient, GridftpMkdirClient, SSHMkDirClient, WebdavMkdirClient

public abstract class MkDirClient
extends SingleTargetClient


Constructor Summary
MkDirClient()
           
 
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

MkDirClient

public MkDirClient()
Method Detail

run

public void run()