def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
Example #3
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')