org.jboss.metadata.annotation.creator.ejb
Class TimeoutProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
TimeoutProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 void process(ITimeoutTarget bean, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutProcessor

public TimeoutProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

process

public void process(ITimeoutTarget bean,
                    Method method)
Specified by:
process in interface Processor<ITimeoutTarget,Method>


Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.