Uses of Interface
org.apache.fulcrum.yaafi.framework.role.RoleEntry
Packages that use RoleEntry
Package
Description
-
Uses of RoleEntry in org.apache.fulcrum.yaafi.framework.component
Methods in org.apache.fulcrum.yaafi.framework.component that return RoleEntryModifier and TypeMethodDescriptionServiceComponent.getRoleEntry()
Returns the associates role entry parsed from the role configuration file.ServiceComponentImpl.getRoleEntry()
Constructors in org.apache.fulcrum.yaafi.framework.component with parameters of type RoleEntryModifierConstructorDescriptionAvalonServiceComponentImpl
(RoleEntry roleEntry, org.apache.avalon.framework.logger.Logger parentLogger, org.apache.avalon.framework.logger.Logger logger) Constructor to parse the configuration.ServiceComponentImpl
(RoleEntry roleEntry, org.apache.avalon.framework.logger.Logger parentLogger, org.apache.avalon.framework.logger.Logger logger) Constructor to parse the configuration. -
Uses of RoleEntry in org.apache.fulcrum.yaafi.framework.container
Methods in org.apache.fulcrum.yaafi.framework.container that return RoleEntryModifier and TypeMethodDescriptionServiceContainerImpl.getRoleEntries()
ServiceLifecycleManager.getRoleEntries()
Get a list of all RoleEntries.ServiceContainerImpl.getRoleEntry
(String name) ServiceLifecycleManager.getRoleEntry
(String name) Get a RoleEntryImpl for a given service -
Uses of RoleEntry in org.apache.fulcrum.yaafi.framework.role
Classes in org.apache.fulcrum.yaafi.framework.role that implement RoleEntryModifier and TypeClassDescriptionclass
Interface exposed by the ServiceContainerImplMethods in org.apache.fulcrum.yaafi.framework.role that return RoleEntryModifier and TypeMethodDescriptionRoleConfigurationParser.parse
(org.apache.avalon.framework.configuration.Configuration roleConfiguration) Parses a role configuration file.RoleConfigurationParserImpl.parse
(org.apache.avalon.framework.configuration.Configuration roleConfiguration) Parses a role configuration file.