org.objectweb.proactive.core.process.filetransfer
Class DummyCopyProtocol

java.lang.Object
  extended byorg.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
      extended byorg.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
All Implemented Interfaces:
CopyProtocol

public class DummyCopyProtocol
extends AbstractCopyProtocol

DummyProtocol for unkown default protocols.

Since:
ProActive 2.3
Version:
1.0, 2005/08/26
Author:
ProActive Team

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
closeStream, dstInfoParams, fileTransfer, isDefaultProtocol, logger, name, srcInfoParams
 
Constructor Summary
DummyCopyProtocol(java.lang.String name)
           
 
Method Summary
 boolean checkProtocol()
           
 boolean isDummyProtocol()
          Always returns true for DummyProtocol.
 boolean startFileTransfer()
           
 
Methods inherited from class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
getErrorMessage, getHeteronymousAll, getHeteronymousDirs, getHeteronymousFiles, getHomonymousAll, getHomonymousDirs, getHomonymousFiles, getProtocolName, isDefaultProtocol, setDefaultProtocol, setDstInfo, setFileTransferDefinitions, setProtocolName, setSrcInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCopyProtocol

public DummyCopyProtocol(java.lang.String name)
Method Detail

startFileTransfer

public boolean startFileTransfer()
See Also:
CopyProtocol.startFileTransfer()

checkProtocol

public boolean checkProtocol()
See Also:
CopyProtocol.checkProtocol()

isDummyProtocol

public boolean isDummyProtocol()
Always returns true for DummyProtocol. Overrides the parent abstract method definition.

Specified by:
isDummyProtocol in interface CopyProtocol
Overrides:
isDummyProtocol in class AbstractCopyProtocol


Copyright 2001-2005 INRIA All Rights Reserved.