Uses of Interface
org.apache.fulcrum.yaafi.framework.role.RoleEntry

Packages that use RoleEntry
org.apache.fulcrum.yaafi.framework.component   
org.apache.fulcrum.yaafi.framework.container   
org.apache.fulcrum.yaafi.framework.role   
 

Uses of RoleEntry in org.apache.fulcrum.yaafi.framework.component
 

Methods in org.apache.fulcrum.yaafi.framework.component that return RoleEntry
 RoleEntry ServiceComponentImpl.getRoleEntry()
           
 RoleEntry ServiceComponent.getRoleEntry()
          Returns the associates role entry parsed from the role configuration file.
 

Constructors in org.apache.fulcrum.yaafi.framework.component with parameters of type RoleEntry
AvalonServiceComponentImpl(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 RoleEntry
 RoleEntry[] ServiceLifecycleManager.getRoleEntries()
          Get a list of all RoleEntries.
 RoleEntry[] ServiceContainerImpl.getRoleEntries()
           
 RoleEntry ServiceLifecycleManager.getRoleEntry(String name)
          Get a RoleEntryImpl for a given service
 RoleEntry ServiceContainerImpl.getRoleEntry(String name)
           
 

Uses of RoleEntry in org.apache.fulcrum.yaafi.framework.role
 

Classes in org.apache.fulcrum.yaafi.framework.role that implement RoleEntry
 class RoleEntryImpl
          Interface exposed by the ServiceContainerImpl
 

Methods in org.apache.fulcrum.yaafi.framework.role that return RoleEntry
 RoleEntry[] RoleConfigurationParserImpl.parse(org.apache.avalon.framework.configuration.Configuration roleConfiguration)
          Parses a role configuration file.
 RoleEntry[] RoleConfigurationParser.parse(org.apache.avalon.framework.configuration.Configuration roleConfiguration)
          Parses a role configuration file.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.