org.apache.catalina.core
Class StandardContext.DummyAnnotationProcessor

java.lang.Object
  extended by org.apache.catalina.core.StandardContext.DummyAnnotationProcessor
All Implemented Interfaces:
AnnotationProcessor
Enclosing class:
StandardContext

protected class StandardContext.DummyAnnotationProcessor
extends java.lang.Object
implements AnnotationProcessor


Constructor Summary
protected StandardContext.DummyAnnotationProcessor()
           
 
Method Summary
 void postConstruct(java.lang.Object instance)
           
 void preDestroy(java.lang.Object instance)
           
 void processAnnotations(java.lang.Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardContext.DummyAnnotationProcessor

protected StandardContext.DummyAnnotationProcessor()
Method Detail

postConstruct

public void postConstruct(java.lang.Object instance)
                   throws java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
Specified by:
postConstruct in interface AnnotationProcessor
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

preDestroy

public void preDestroy(java.lang.Object instance)
                throws java.lang.IllegalAccessException,
                       java.lang.reflect.InvocationTargetException
Specified by:
preDestroy in interface AnnotationProcessor
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

processAnnotations

public void processAnnotations(java.lang.Object instance)
                        throws java.lang.IllegalAccessException,
                               java.lang.reflect.InvocationTargetException,
                               javax.naming.NamingException
Specified by:
processAnnotations in interface AnnotationProcessor
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
javax.naming.NamingException


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