| |
|
| org.apache.turbine.services.TurbineBaseService org.apache.turbine.services.avaloncomponent.ACSYaafiComponentService
COMPONENT_PARAMETERS_KEY | final public static String COMPONENT_PARAMETERS_KEY(Code) | | property to lookup the properties file
|
COMPONENT_PARAMETERS_VALUE | final public static String COMPONENT_PARAMETERS_VALUE(Code) | | the default value for the parameter file
|
CONTAINER_CONFIGURATION_KEY | final public static String CONTAINER_CONFIGURATION_KEY(Code) | | property to lookup the container configuration file
|
CONTAINER_CONFIGURATION_VALUE | final public static String CONTAINER_CONFIGURATION_VALUE(Code) | | the default value for the container configuration file
|
SERVICE_NAME | final public static String SERVICE_NAME(Code) | | The publically visible name of the service
|
ACSYaafiComponentService | public ACSYaafiComponentService()(Code) | | |
createAvalonLogger | protected org.apache.avalon.framework.logger.Logger createAvalonLogger(String name)(Code) | | Create the Avalon logger to be passed to YAAFI
Parameters: name - the name of the logger an Avalon Logger |
createServiceContainerConfiguration | protected ServiceContainerConfiguration createServiceContainerConfiguration(Configuration conf, String appRoot) throws IOException(Code) | | Create a ServiceContainerConfiguration based on the Turbine configuration
Parameters: conf - the Turbine configuration Parameters: appRoot - the absolute path to the application root directory the YAAFI configuration throws: IOException - creating the YAAFI configuration failed |
dispose | public void dispose()(Code) | | Disposes of the container and releases resources
|
init | public void init() throws InitializationException(Code) | | Load all configured components and initialize them. This is a zero
parameter variant which queries the Turbine Servlet for its config.
throws: InitializationException - Something went wrong in the init stage |
initialize | public void initialize() throws Exception(Code) | | Initializes the container
throws: Exception - generic exception |
lookup | public Component lookup(String path) throws ComponentException(Code) | | Returns an instance of the named component
Parameters: path - Name of the role the component fills. an instance of the named component throws: Exception - generic exception |
release | public void release(Component component)(Code) | | Releases the component
Parameters: component - the component to release |
shutdown | public void shutdown()(Code) | | Shuts the Component Service down, calls dispose on the components that
implement this interface
|
|
|
|