def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')
Exemplo n.º 2
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
Exemplo n.º 3
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
Exemplo n.º 4
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')