org.apache
Interface AnnotationProcessor

All Known Implementing Classes:
StandardContext.DummyAnnotationProcessor

Deprecated. Replaced by InstanceManager which provides a subset of the capabilities

public interface AnnotationProcessor

Comment

Version:
$Revision: 515 $
Author:
Bill Burke

Method Summary
 void postConstruct(java.lang.Object instance)
          Deprecated.  
 void preDestroy(java.lang.Object instance)
          Deprecated.  
 void processAnnotations(java.lang.Object instance)
          Deprecated.  
 

Method Detail

postConstruct

void postConstruct(java.lang.Object instance)
                   throws java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
Deprecated. 
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

preDestroy

void preDestroy(java.lang.Object instance)
                throws java.lang.IllegalAccessException,
                       java.lang.reflect.InvocationTargetException
Deprecated. 
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

processAnnotations

void processAnnotations(java.lang.Object instance)
                        throws java.lang.IllegalAccessException,
                               java.lang.reflect.InvocationTargetException,
                               javax.naming.NamingException
Deprecated. 
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
javax.naming.NamingException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.