コード例 #1
0
 def __init__(self):
     settings = getConnectionSettings()
     self._client = self.clientClass(**settings)
     # Cache RunState objects in order to persist state between requests
     #  to support RESTARTING state.
     self._statecache = {}
     self._servicecache = _Cache(self._client)
コード例 #2
0
ファイル: application.py プロジェクト: zenoss/zenoss-prodbin
 def __init__(self):
     settings = getConnectionSettings()
     self._client = self.clientClass(**settings)
     # Cache RunState objects in order to persist state between requests
     #  to support RESTARTING state.
     self._statecache = {}
     self._servicecache = _Cache(self._client)
コード例 #3
0
ファイル: host.py プロジェクト: bbc/zenoss-prodbin
 def __init__(self):
     settings = getConnectionSettings()
     self._client = self.clientClass(**settings)
コード例 #4
0
ファイル: host.py プロジェクト: zenoss/zenoss-prodbin
 def __init__(self):
     settings = getConnectionSettings()
     self._client = self.clientClass(**settings)