Uses of Interface
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface.DirectoryMySQL

Packages that use DirectoryMySQL
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface Contains interfaces for modelizing a MySQL 5 server, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon MySQL. 
 

Uses of DirectoryMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement DirectoryMySQL
 class DirectoryMySQLImpl
          This class is responsible to manage the inherited AclEntries of the children, to manage the global rights, and to provide the main documentation for all the ResourceMySQL classes.
 

Fields in ARoad0.AcsAddon.Accbee.MySQL.gBase with type parameters of type DirectoryMySQL
(package private)  java.util.List<DirectoryMySQL> BasesSetMySQLImpl.l_ConnectedDatabases_
           
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return types with arguments of type DirectoryMySQL
 java.util.List<DirectoryMySQL> BasesSetMySQLImpl.getEorConnectedDatabases()
          Get the databases which are defined by the name of this BasesSetMySQL.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type DirectoryMySQL
protected  void BasesSetMySQLImpl.addConnectedDatabase(DirectoryMySQL _base)
          Registers the database in this BasesSetMySQL.
protected  void BasesSetMySQLImpl.removeConnectedDatabase(DirectoryMySQL _base)
          Registers the database in this BasesSetMySQL.
 

Uses of DirectoryMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface that return types with arguments of type DirectoryMySQL
 java.util.List<DirectoryMySQL> BasesSetMySQL.getEorConnectedDatabases()
          Get the databases having a name matching the name of this BasesSetMySQL.