Package | Description |
---|---|
org.apache.fulcrum.yaafi.framework.component | |
org.apache.fulcrum.yaafi.framework.container | |
org.apache.fulcrum.yaafi.framework.role |
Modifier and Type | Method and Description |
---|---|
RoleEntry |
ServiceComponentImpl.getRoleEntry() |
RoleEntry |
ServiceComponent.getRoleEntry()
Returns the associates role entry parsed from the role configuration file.
|
Constructor and Description |
---|
AvalonServiceComponentImpl(RoleEntry roleEntry,
org.apache.avalon.framework.logger.Logger parentLogger,
org.apache.avalon.framework.logger.Logger logger,
ReadWriteLock readWriteLock)
Constructor to parse the configuration.
|
ServiceComponentImpl(RoleEntry roleEntry,
org.apache.avalon.framework.logger.Logger parentLogger,
org.apache.avalon.framework.logger.Logger logger,
ReadWriteLock readWriteLock)
Constructor to parse the configuration.
|
Modifier and Type | Method and Description |
---|---|
RoleEntry[] |
ServiceLifecycleManager.getRoleEntries()
Get a list of all RoleEntries.
|
RoleEntry[] |
ServiceContainerImpl.getRoleEntries() |
RoleEntry |
ServiceLifecycleManager.getRoleEntry(java.lang.String name)
Get a RoleEntryImpl for a given service
|
RoleEntry |
ServiceContainerImpl.getRoleEntry(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
RoleEntryImpl
Interface exposed by the ServiceContainerImpl
|
Modifier and Type | Method and Description |
---|---|
RoleEntry[] |
RoleConfigurationParser.parse(org.apache.avalon.framework.configuration.Configuration roleConfiguration)
Parses a role configuration file.
|
RoleEntry[] |
RoleConfigurationParserImpl.parse(org.apache.avalon.framework.configuration.Configuration roleConfiguration)
Parses a role configuration file.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.