Uses of Interface
org.objectweb.proactive.core.process.filetransfer.CopyProtocol

Packages that use CopyProtocol
org.objectweb.proactive.core.process.filetransfer Defines services for using File Transfer Tools
 

Uses of CopyProtocol in org.objectweb.proactive.core.process.filetransfer
 

Classes in org.objectweb.proactive.core.process.filetransfer that implement CopyProtocol
 class AbstractCopyProtocol
          AbstractCopyProtocol implements default behaviour of methods in CopyProtocol
 class DummyCopyProtocol
          DummyProtocol for unkown default protocols.
 class RemoteFileCopy
          Remote File Copy (RCP) module.
 class SecureCopyProtocol
          Secure Copy Protocol module.
 

Methods in org.objectweb.proactive.core.process.filetransfer that return CopyProtocol
 CopyProtocol[] FileTransferWorkShop.getCopyProtocols()
          This method returns an array of CopyProtocol instances.
 CopyProtocol FileTransferWorkShop.copyProtocolFactory(java.lang.String protocolname)
          This methods creates a CopyProtocol instance, given by it's name as a parameter.
 



Copyright 2001-2005 INRIA All Rights Reserved.