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')