Class StatefulTimeoutAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<javax.ejb.StatefulTimeout,StatefulTimeoutInfo>
-
- org.jboss.as.ejb3.deployment.processors.annotation.StatefulTimeoutAnnotationInformationFactory
-
public class StatefulTimeoutAnnotationInformationFactory extends ClassAnnotationInformationFactory<javax.ejb.StatefulTimeout,StatefulTimeoutInfo>
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatefulTimeoutAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StatefulTimeoutInfofromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)-
Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
-
-
-
Method Detail
-
fromAnnotation
protected StatefulTimeoutInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<javax.ejb.StatefulTimeout,StatefulTimeoutInfo>
-
-