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

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

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