org.jboss.metadata.annotation.creator.ejb.jboss
Class TimeoutProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.ejb.jboss.TimeoutProcessor
- All Implemented Interfaces:
- Processor<ITimeoutTarget,Method>
public class TimeoutProcessor
- extends AbstractFinderUser
- implements Processor<ITimeoutTarget,Method>
Process @Timeout annotation.
- Version:
- $Revision: 67275 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeoutProcessor
public TimeoutProcessor(AnnotationFinder<AnnotatedElement> finder)
process
public void process(ITimeoutTarget bean,
Method method)
- Description copied from interface:
Processor
- Process a piece of meta data.
- Specified by:
process
in interface Processor<ITimeoutTarget,Method>
- Parameters:
bean
- the meta datamethod
- 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<ITimeoutTarget,Method>
- Returns:
- the processed annotation types
Copyright © 2009 JBoss Inc.. All Rights Reserved.