Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulTimeoutInfo
-
Packages that use StatefulTimeoutInfo Package Description org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.component.stateful org.jboss.as.ejb3.deployment.processors.annotation -
-
Uses of StatefulTimeoutInfo in org.jboss.as.ejb3.cache.simple
Constructors in org.jboss.as.ejb3.cache.simple with parameters of type StatefulTimeoutInfo Constructor Description SimpleCache(StatefulObjectFactory<V> factory, Supplier<K> identifierFactory, StatefulTimeoutInfo timeout, org.jboss.as.server.ServerEnvironment environment) -
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)
-