コード例 #1
0
ファイル: special_component.py プロジェクト: Absolight/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'Auth', None,
                        bundy_init.start_auth)
コード例 #2
0
ファイル: special_component.py プロジェクト: Absolight/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'Cmdctl', None,
                        bundy_init.start_cmdctl)
コード例 #3
0
ファイル: special_component.py プロジェクト: Absolight/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'ConfigManager',
                        None, bundy_init.start_cfgmgr)
コード例 #4
0
ファイル: special_component.py プロジェクト: Absolight/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'Resolver', None,
                        bundy_init.start_resolver)
コード例 #5
0
ファイル: special_component.py プロジェクト: zhangyut/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'ConfigManager',
                        None, bundy_init.start_cfgmgr)
コード例 #6
0
ファイル: special_component.py プロジェクト: zhangyut/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, None, None,
                        bundy_init.start_msgq)
コード例 #7
0
ファイル: special_component.py プロジェクト: zhangyut/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'Cmdctl', None,
                        bundy_init.start_cmdctl)
コード例 #8
0
ファイル: special_component.py プロジェクト: zhangyut/bundy
 def __init__(self, process, bundy_init, kind, address=None, params=None):
     Component.__init__(self, process, bundy_init, kind, 'Resolver', None,
                        bundy_init.start_resolver)