Package ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo

Provides the gBaseBeanInfo classes for modelizing a MySQL 5 database management system, as an extension of the generic ARoad0.gBaseBeanInfo package, in the AcsAddon MySQL.

See:
          Description

Class Summary
ACSFactoryMySQLImplBeanInfo This class is responsible for describing the ACSFactoryMySQLImpl class.
ACSMySQLImplBeanInfo This class is responsible for describing the ACS class for MySQL.
ActorMySQLImplBeanInfo This class is responsible for describing the ActorMySQLImpl class.
BasesSetMySQLImplBeanInfo This class is responsible for describing the BasesSetMySQLImpl class.
DirectoryMySQLImplBeanInfo This class is responsible for describing the DirectoryMySQLImpl class.
GroupIDMySQLImplBeanInfo This class is responsible for describing the Linux MySQL group.
ProxyMySQLImplBeanInfo This class is responsible for describing the ProxyIDMySQLImpl class.
ResourceMySQLImplBeanInfo This class is responsible for describing the MySQL resource.
UserIDMySQLImplBeanInfo This class is responsible for describing the UserIDMySQLImpl class.
VirtualFolderMySQLImplBeanInfo This class is responsible for describing the VirtualFolderMySQLImpl class.
 

Package ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo Description

Provides the gBaseBeanInfo classes for modelizing a MySQL 5 database management system, as an extension of the generic ARoad0.gBaseBeanInfo package, in the AcsAddon MySQL. This package applies an extended JavaBean-like framework to set the handling of Ubuntu.gBase objects in the GUI. This covers the display of each property of the base object in an adapted GUI editor, and the policy to create/update the property. This package is used mainly by the GUI2 classes, but also by gDMak.ActionNewACSyst to create an ACS.

Ease-of-use: high. The package is very well structured following the gBase classes, and the description of each property handling is very well documented.

Reliability: high. All the execution paths have been well tested.