|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceImpl | |
---|---|
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 ResourceImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Subclasses of ResourceImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase | |
---|---|
class |
ActorMySQLImpl
This class is responsible for modeling a MySQL Actor to implement varied constraints on the instance, the property isRightProxy_ and the inherited AclEntries. |
class |
BasesSetMySQLImpl
This class is responsible for modeling a BasesSetMySQL which is a set of databases having a wildcard in its name, like 'BASE O%', as child of the Directory '|pattern-name_bases sets|'. |
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. |
class |
ResourceMySQLImpl
This class is responsible for modeling a MySQL resource, mainly to implement the AclEntry sorting for the direct and the inherited ACL. |
Uses of ResourceImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Subclasses of ResourceImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gBase | |
---|---|
class |
ActorUbuntuImpl
This class is responsible for modeling a Linux Ubuntu actor which may have access to controled resources. |
class |
DirectoryUbuntuImpl
This class is responsible for modeling a Linux/Unix directory which contains children (resources and others directories). |
class |
ExecutableUbuntuImpl
This class is responsible for modeling a Linux Ubuntu executable, which may have Linux/Unix setUID and setGID capabilities. |
class |
ResourceUbuntuImpl
This class is responsible for modeling a Linux Ubuntu resource. |
Uses of ResourceImpl in ARoad0.gBase |
---|
Subclasses of ResourceImpl in ARoad0.gBase | |
---|---|
class |
ActorImpl
This class is responsible for modeling an acting entity which may have access to controlled resources. |
class |
DirectoryImpl
This class is responsible for modeling a directory which contains children, as resources and other directories. |
Fields in ARoad0.gBase declared as ResourceImpl | |
---|---|
static ResourceImpl |
ResourceImpl.EMPTY_INSTANCE
A reusable empty instance for initialization, to avoid the use of 'new' for temporary values. |
Methods in ARoad0.gBase that return ResourceImpl | |
---|---|
protected ResourceImpl |
ResourceImpl.copyOwnAcl(ResourceImpl _result,
boolean _withoutInternalAcl,
boolean _withoutExternalAcl)
This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones. |
protected ResourceImpl |
ResourceImpl.copyOwnVariables(ResourceImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
Methods in ARoad0.gBase with parameters of type ResourceImpl | |
---|---|
protected ResourceImpl |
ResourceImpl.copyOwnAcl(ResourceImpl _result,
boolean _withoutInternalAcl,
boolean _withoutExternalAcl)
This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones. |
protected ResourceImpl |
ResourceImpl.copyOwnVariables(ResourceImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |