Package ClusterShell :: Package Worker :: Module Pdsh :: Class PdcpClient
[hide private]
[frames] | no frames]

Class PdcpClient

source code


EngineClient when pdsh is run to copy file, using pdcp.

Instance Methods [hide private]
 
_build_cmd(self)
Build the shell command line to start the rcp commmand.
source code

Inherited from Exec.CopyClient: __init__

Inherited from EngineClient.EngineClient: __repr__, abort

Inherited from Engine.Engine.EngineBaseTimer: invalidate, is_valid, set_nextfire

Inherited from Engine.Engine.EngineBaseTimer (private): _set_engine

Inherited from PdshClient (private): _parse_line

Class Variables [hide private]
  MODE = 'pdcp'
Method Details [hide private]

_build_cmd(self)

source code 

Build the shell command line to start the rcp commmand. Return an array of command and arguments.

Overrides: PdshClient._build_cmd
(inherited documentation)