Uses of Class
ARoad0.gBase.BaseUtilityImpl

Packages that use BaseUtilityImpl
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.Ubuntu.gBase Provides the gBase classes for modelizing a Linux Ubuntu operating system, as an extension, in the AcsAddon Ubuntu, of the generic ARoad0.gBase package. 
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

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

Subclasses of BaseUtilityImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 class BaseUtilityMySQLImpl
          This class is a utility class for the MySQL ACS, providing synchronized static methods to sort the AclEntry list and to set the internal maps of the inherited AclEntry rights and the primary rights.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return BaseUtilityImpl
static BaseUtilityImpl BaseUtilityMySQLImpl.getInstance()
          Only method to obtain the unique instance of BaseUtilityMySQLImpl.
 

Uses of BaseUtilityImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 

Subclasses of BaseUtilityImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 class BaseUtilityUbuntuImpl
          This class is a utility class for the Ubuntu ACS, with only static methods.
 

Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that return BaseUtilityImpl
static BaseUtilityImpl BaseUtilityUbuntuImpl.getInstance()
          Only method to obtain the unique instance of BaseUtilityUbuntuImpl.
 

Uses of BaseUtilityImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as BaseUtilityImpl
protected static BaseUtilityImpl BaseUtilityImpl.instance__
           
 

Methods in ARoad0.gBase that return BaseUtilityImpl
static BaseUtilityImpl BaseUtilityImpl.getInstance()
          Method to obtain the unique instance of BaseUtilityImpl.