This interface encapsulates the access to the actual data store. The intention is to generate implementations for a particular bean and a property to improve the performance.
Accessor can be used as a receiver. Upon receiving an object it sets that to the field. @see Accessor.FieldReflection @see TransducedAccessor @author Kohsuke Kawaguchi (kk@kohsuke.org)
Accessor
interface describes the access and release stages that occur between a service or component manager and a container during service deployment. Lifecycle extensions supporting access and release stages must implement this interface.
@author Avalon Development Team
@version CVS $Revision: 1.3 $ $Date: 2004/02/28 11:47:19 $
Accessors must implement the following behavior:
|
|