def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')
Пример #2
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
Пример #3
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
Пример #4
0
 def __init__(self, framework):
     TcpDiscoverer.__init__(self, framework)
     self.shell = self._createShell()
     self.process_cmd_lines = []
     self.hostId = self.framework.getDestinationAttribute('hostId')