Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulTimeoutInfo
-
Packages that use StatefulTimeoutInfo Package Description org.jboss.as.ejb3.component.stateful org.jboss.as.ejb3.deployment.processors.annotation -
-
Uses of StatefulTimeoutInfo in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return StatefulTimeoutInfo Modifier and Type Method Description StatefulTimeoutInfoStatefulComponentDescription. getStatefulTimeout()Methods in org.jboss.as.ejb3.component.stateful with parameters of type StatefulTimeoutInfo Modifier and Type Method Description voidStatefulComponentDescription. setStatefulTimeout(StatefulTimeoutInfo statefulTimeout) -
Uses of StatefulTimeoutInfo in org.jboss.as.ejb3.deployment.processors.annotation
Methods in org.jboss.as.ejb3.deployment.processors.annotation that return StatefulTimeoutInfo Modifier and Type Method Description protected StatefulTimeoutInfoStatefulTimeoutAnnotationInformationFactory. fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
-