ncsa.tools.trebuchet.core
Interface IClient

All Superinterfaces:
IConfigurable
All Known Subinterfaces:
IRunnableClient, ISupportsExecutedOverride, IVerifyingClient
All Known Implementing Classes:
BaseListClient, CopyClient, CopyClientPool, FileDeleteClient, SingleTargetClient, SSHDeleteClient, SSHMkDirClient, SSHTouchClient, VerifyClient, WebdavDeleteClient

public interface IClient
extends IConfigurable

The piece which does the actual work for an operation. With the exception of Ls clients, these are responsible for processing a single entry.

Author:
arossi

Method Summary
 void close()
           
 
Methods inherited from interface ncsa.tools.trebuchet.core.IConfigurable
initialize
 

Method Detail

close

public void close()