示例#1
0
    def __init__(self):
        Application.__init__(self, "remote")

        self.delay = 0
        self.port = 0
        self.host = "localhost"
        self.method = "udp"

        return
示例#2
0
 def __init__(self):
     Application.__init__(self, "fmc")
     return
示例#3
0
 def __init__(self):
     Application.__init__(self, "users")
     self._userManager = None
     return
示例#4
0
 def __init__(self):
     Application.__init__(self, "session")
     self._session = None
     return
示例#5
0
 def __init__(self):
     Application.__init__(self, "expect")
     return
示例#6
0
 def __init__(self):
     Application.__init__(self, "hello")
     return
示例#7
0
 def __init__(self, name=None):
     Application.__init__(self, name, facility='daemon')
     Daemon.__init__(self)
示例#8
0
 def __init__(self, name=None):
     Application.__init__(self, name, facility='daemon')
     Daemon.__init__(self)
示例#9
0
 def __init__(self):
     Application.__init__(self, "stationery")
     return
示例#10
0
 def __init__(self):
     Application.__init__(self, "simple")
     return