Exemplo n.º 1
0
    def _configure(self):
        TCPService._configure(self)

        self.tid = self.inventory.tid
        self.date = self.inventory.date
        self.locator = self.inventory.locator
        self.marshaller = self.inventory.marshaller

        if self.inventory.configfile is not None:
            self.configfile = self.inventory.configfile

        return
Exemplo n.º 2
0
    def _configure(self):
        TCPService._configure(self)

        self.tid = self.inventory.tid
        self.date = self.inventory.date
        self.locator = self.inventory.locator
        self.marshaller = self.inventory.marshaller

        if self.inventory.configfile is not None:
            self.configfile = self.inventory.configfile

        return
Exemplo n.º 3
0
 def _configure(self):
     TCPService._configure(self)
     self.marshaller = self.inventory.marshaller
     self.userManager = self.inventory.userManager
     return