Beispiel #1
0
 def __init__(self):
     self.appStatus = service.DB2AppStatus()
     self.app = service.DB2App(self.appStatus)
     self.admin = service.DB2Admin()
     super(Manager, self).__init__(CONF)
Beispiel #2
0
 def __init__(self):
     self.appStatus = service.DB2AppStatus()
     self.app = service.DB2App(self.appStatus)
     self.admin = service.DB2Admin()
Beispiel #3
0
 def __init__(self, *args, **kwargs):
     super(DB2Backup, self).__init__(*args, **kwargs)
     self.appStatus = service.DB2AppStatus()
     self.app = service.DB2App(self.appStatus)
     self.admin = service.DB2Admin()
     self.restore_location = system.DB2_BACKUP_DIR