org.jboss.metadata.annotation.creator.ejb
Class PostActivateMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractLifeCycleMethodProcessor
org.jboss.metadata.annotation.creator.ejb.PostActivateMethodProcessor
- All Implemented Interfaces:
- Creator<Method,LifecycleCallbackMetaData>, Processor<SessionBeanMetaData,Method>
public class PostActivateMethodProcessor
- extends AbstractLifeCycleMethodProcessor
- implements Processor<SessionBeanMetaData,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(SessionBeanMetaData metaData,
Method element)
- Specified by:
process in interface Processor<SessionBeanMetaData,Method>
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.