Uses of Interface
org.firebirdsql.management.ServiceManager

Packages that use ServiceManager
org.firebirdsql.management   
 

Uses of ServiceManager in org.firebirdsql.management
 

Subinterfaces of ServiceManager in org.firebirdsql.management
 interface BackupManager
          Implements the backup and restore functionality of Firebird Services API.
 interface MaintenanceManager
          A MaintenanceManager is responsible for replicating the functionality provided by the gfix command-line tool.
 interface StatisticsManager
          A StatisticsManager is responsible for replicating the functionality of the gstat command-line tool.
 interface UserManager
          The base Firebird Service API functionality.
 

Classes in org.firebirdsql.management that implement ServiceManager
 class FBBackupManager
          Implements the backup and restore functionality of Firebird Services API.
 class FBMaintenanceManager
          The FBMaintenanceManager class is responsible for replicating the functionality provided by the gfix command-line tool.
 class FBServiceManager
          An implementation of the basic Firebird Service API functionality.
 class FBStatisticsManager
          The FBStatisticsManager class is responsible for replicating the functionality of the gstat command-line tool.
 class FBUserManager
          Implements the display/add/delete/modify user functionality of the Firebird Services API.
 



Copyright © 2001-2010. All Rights Reserved.