org.jboss.metadata.annotation.creator.ejb
Class StatefulProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractComponentProcessor<MD>
org.jboss.metadata.annotation.creator.ejb.AbstractEnterpriseBeanProcessor<SessionBeanMetaData>
org.jboss.metadata.annotation.creator.ejb.AbstractSessionBeanProcessor
org.jboss.metadata.annotation.creator.ejb.StatefulProcessor
- All Implemented Interfaces:
- Creator<Class<?>,SessionBeanMetaData>, Processor<EjbJar3xMetaData,Class<?>>
public class StatefulProcessor
- extends AbstractSessionBeanProcessor
Create the correct meta data for a stateful annotation.
- Version:
- $Revision: 67165 $
- Author:
- Carlo de Wolf, Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.metadata.annotation.creator.Processor |
process |
StatefulProcessor
public StatefulProcessor(AnnotationFinder<AnnotatedElement> finder)
create
public SessionBeanMetaData create(Class<?> beanClass)
- Description copied from interface:
Creator
- Create a piece of meta data based on the given element.
- Specified by:
create in interface Creator<Class<?>,SessionBeanMetaData>- Specified by:
create in class AbstractSessionBeanProcessor
- Parameters:
beanClass - the element
- Returns:
- the meta data or null if nothing interesting is found
create
protected SessionBeanMetaData create(Class<?> beanClass,
javax.ejb.Stateful annotation)
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.