Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.StatefulTimeoutType

Packages that use StatefulTimeoutType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of StatefulTimeoutType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return StatefulTimeoutType
 StatefulTimeoutType<SessionBeanType<T>> SessionBeanType.getOrCreateStatefulTimeout()
          If not already created, a new stateful-timeout element with the given value will be created.
 StatefulTimeoutType<T> StatefulTimeoutType.id(String id)
          Sets the id attribute
 StatefulTimeoutType<T> StatefulTimeoutType.removeId()
          Removes the id attribute
 StatefulTimeoutType<T> StatefulTimeoutType.removeTimeout()
          Removes the timeout element
 StatefulTimeoutType<T> StatefulTimeoutType.removeUnit()
          Removes the unit attribute
 StatefulTimeoutType<T> StatefulTimeoutType.timeout(Integer timeout)
          Sets the timeout element
 StatefulTimeoutType<T> StatefulTimeoutType.unit(String unit)
          Sets the unit element
 StatefulTimeoutType<T> StatefulTimeoutType.unit(TimeUnitTypeType unit)
          Sets the unit element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.