org.apache.openejb.config
Class AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler

java.lang.Object
  extended by org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler
All Implemented Interfaces:
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.AccessTimeout>
Enclosing class:
AnnotationDeployer.ProcessAnnotatedBeans

public static class AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler
extends Object
implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.AccessTimeout>


Constructor Summary
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean)
           
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean, Map<Object,ContainerConcurrency> methods)
           
 
Method Summary
 void addClassLevelDeclaration(javax.ejb.AccessTimeout attribute, Class type)
           
 void addMethodLevelDeclaration(javax.ejb.AccessTimeout attribute, Method method)
           
 Class<javax.ejb.AccessTimeout> getAnnotationClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler
getExistingDeclarations
 

Constructor Detail

AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler

public AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor,
                                                                     SessionBean bean)

AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler

public AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor,
                                                                     SessionBean bean,
                                                                     Map<Object,ContainerConcurrency> methods)
Method Detail

addClassLevelDeclaration

public void addClassLevelDeclaration(javax.ejb.AccessTimeout attribute,
                                     Class type)
Specified by:
addClassLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.AccessTimeout>

addMethodLevelDeclaration

public void addMethodLevelDeclaration(javax.ejb.AccessTimeout attribute,
                                      Method method)
Specified by:
addMethodLevelDeclaration in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.AccessTimeout>

getAnnotationClass

public Class<javax.ejb.AccessTimeout> getAnnotationClass()
Specified by:
getAnnotationClass in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<javax.ejb.AccessTimeout>


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.