Data collector client class to be subclassed by different types
collector protocols
|
__init__(self,
hostname,
ip,
port,
plugins=None,
options=None,
device=None,
datacollector=None,
alog=None)
Gather our required zProperties |
source code
|
|
|
|
|
|
list of strings
|
|
list of strings
|
|
|
commandsFinished(self)
Called by protocol to see if all commands have been run |
source code
|
|
|
clientFinished(self)
Tell the datacollector that we are all done |
source code
|
|
|
reinitialize(self)
Clear out all member variables that are collections to avoid memory
leaks. |
source code
|
|
Inherited from BaseClient.BaseClient :
run ,
stop
Inherited from twisted.internet.protocol.ClientFactory :
clientConnectionFailed ,
clientConnectionLost ,
startedConnecting
Inherited from twisted.internet.protocol.Factory :
buildProtocol ,
doStart ,
doStop ,
startFactory ,
stopFactory
|