|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatefulTimeoutType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of StatefulTimeoutType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return StatefulTimeoutType | |
---|---|
StatefulTimeoutType<T> |
StatefulTimeoutType.removeTimeout()
Removes the timeout element |
StatefulTimeoutType<T> |
StatefulTimeoutType.setTimeout(java.lang.Integer timeout)
If not already created, a new timeout element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutType.setUnit(java.lang.String unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutType.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<SessionBeanType<T>> |
SessionBeanType.statefulTimeout()
If not already created, a new stateful-timeout element will be created and returned. |
Uses of StatefulTimeoutType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement StatefulTimeoutType | |
---|---|
class |
StatefulTimeoutTypeImpl<T>
This class implements the stateful-timeoutType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return StatefulTimeoutType | |
---|---|
StatefulTimeoutType<T> |
StatefulTimeoutTypeImpl.removeTimeout()
Removes the timeout element |
StatefulTimeoutType<T> |
StatefulTimeoutTypeImpl.setTimeout(java.lang.Integer timeout)
If not already created, a new timeout element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutTypeImpl.setUnit(java.lang.String unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<T> |
StatefulTimeoutTypeImpl.setUnit(TimeUnitTypeType unit)
If not already created, a new unit element with the given value will be created. |
StatefulTimeoutType<SessionBeanType<T>> |
SessionBeanTypeImpl.statefulTimeout()
If not already created, a new stateful-timeout element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |