public static class AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler extends java.lang.Object implements AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<AccessTimeout>
Constructor and Description |
---|
AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean) |
AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor,
SessionBean bean,
java.util.Map<java.lang.Object,ContainerConcurrency> methods) |
Modifier and Type | Method and Description |
---|---|
void |
addClassLevelDeclaration(AccessTimeout attribute,
java.lang.Class type) |
void |
addMethodLevelDeclaration(AccessTimeout attribute,
java.lang.reflect.Method method) |
java.lang.Class<AccessTimeout> |
getAnnotationClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExistingDeclarations
public AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean)
public AccessTimeoutHandler(AssemblyDescriptor assemblyDescriptor, SessionBean bean, java.util.Map<java.lang.Object,ContainerConcurrency> methods)
public void addClassLevelDeclaration(AccessTimeout attribute, java.lang.Class type)
addClassLevelDeclaration
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<AccessTimeout>
public void addMethodLevelDeclaration(AccessTimeout attribute, java.lang.reflect.Method method)
addMethodLevelDeclaration
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<AccessTimeout>
public java.lang.Class<AccessTimeout> getAnnotationClass()
getAnnotationClass
in interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<AccessTimeout>