A C D O R

A

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 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 interface org.apache.avalon.lifecycle.Creator
Create stage handler.

D

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

O

org.apache.avalon.lifecycle - package org.apache.avalon.lifecycle
Container independent interfaces and classes supporting component lifecycle extension.

R

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

A C D O R

Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.