A C D O R

A

AbstractAccessor - class org.apache.avalon.lifecycle.AbstractAccessor.
Abstract implementation of a Accessor.
AbstractAccessor() - Constructor for class org.apache.avalon.lifecycle.AbstractAccessor
 
AbstractCreator - class org.apache.avalon.lifecycle.AbstractCreator.
Abstract implementation of a Creator.
AbstractCreator() - Constructor for class org.apache.avalon.lifecycle.AbstractCreator
 
Accessor - interface org.apache.avalon.lifecycle.Accessor.
The Accessor interface describes the access and release stages that occur between a service or component manager and a container during service deployment.
access(Object, Context) - Method in class org.apache.avalon.lifecycle.AbstractAccessor
Access stage handler.
access(Object, Context) - Method in interface org.apache.avalon.lifecycle.Accessor
Access stage handler.

C

Creator - interface org.apache.avalon.lifecycle.Creator.
The Creator interface describes the create and destroy stages that occur between a component and a container during service management.
create(Object, Context) - Method in class org.apache.avalon.lifecycle.AbstractCreator
Create stage handler.
create(Object, Context) - Method in interface org.apache.avalon.lifecycle.Creator
Create stage handler.

D

destroy(Object, Context) - Method in class org.apache.avalon.lifecycle.AbstractCreator
Destroy stage handler.
destroy(Object, Context) - Method in interface org.apache.avalon.lifecycle.Creator
Destroy stage handler.

O

org.apache.avalon.lifecycle - package org.apache.avalon.lifecycle
Avalon is the framework and implementation for a component architecture in java applications, allowing for easy re-use of software components.

R

release(Object, Context) - Method in class org.apache.avalon.lifecycle.AbstractAccessor
Release stage handler.
release(Object, Context) - Method in interface org.apache.avalon.lifecycle.Accessor
Release stage handler.

A C D O R

Copyright © . All Rights Reserved.