org.jboss.metadata.annotation.creator.ejb.jboss
Class PostActivateMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractLifeCycleMethodProcessor
org.jboss.metadata.annotation.creator.ejb.jboss.PostActivateMethodProcessor
- All Implemented Interfaces:
- Creator<Method,LifecycleCallbackMetaData>, Processor<JBossSessionBeanMetaData,Method>
public class PostActivateMethodProcessor
- extends AbstractLifeCycleMethodProcessor
- implements Processor<JBossSessionBeanMetaData,Method>
Translate @PostActivate into LifecycleCallbackMetaData for
SessionBeanMetaData
- Version:
- $Revision: 67165 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostActivateMethodProcessor
public PostActivateMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
- Parameters:
finder
-
process
public void process(JBossSessionBeanMetaData metaData,
Method element)
- Description copied from interface:
Processor
- Process a piece of meta data.
- Specified by:
process
in interface Processor<JBossSessionBeanMetaData,Method>
- Parameters:
metaData
- the meta dataelement
- the annotated element
getAnnotationTypes
public Collection<Class<? extends Annotation>> getAnnotationTypes()
- Description copied from interface:
Processor
- Get the annotations handled by this processor.
- Specified by:
getAnnotationTypes
in interface Processor<JBossSessionBeanMetaData,Method>
- Returns:
- the processed annotation types
Copyright © 2009 JBoss Inc.. All Rights Reserved.