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

Packages that use AccessTimeoutType
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 AccessTimeoutType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AccessTimeoutType
 AccessTimeoutType<ConcurrentMethodType<T>> ConcurrentMethodType.accessTimeout()
          If not already created, a new access-timeout element will be created and returned.
 AccessTimeoutType<T> AccessTimeoutType.removeTimeout()
          Removes the timeout element
 AccessTimeoutType<T> AccessTimeoutType.setTimeout(java.lang.Integer timeout)
          If not already created, a new timeout element with the given value will be created.
 AccessTimeoutType<T> AccessTimeoutType.setUnit(java.lang.String unit)
          If not already created, a new unit element with the given value will be created.
 AccessTimeoutType<T> AccessTimeoutType.setUnit(TimeUnitTypeType unit)
          If not already created, a new unit element with the given value will be created.
 

Uses of AccessTimeoutType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement AccessTimeoutType
 class AccessTimeoutTypeImpl<T>
          This class implements the access-timeoutType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return AccessTimeoutType
 AccessTimeoutType<ConcurrentMethodType<T>> ConcurrentMethodTypeImpl.accessTimeout()
          If not already created, a new access-timeout element will be created and returned.
 AccessTimeoutType<T> AccessTimeoutTypeImpl.removeTimeout()
          Removes the timeout element
 AccessTimeoutType<T> AccessTimeoutTypeImpl.setTimeout(java.lang.Integer timeout)
          If not already created, a new timeout element with the given value will be created.
 AccessTimeoutType<T> AccessTimeoutTypeImpl.setUnit(java.lang.String unit)
          If not already created, a new unit element with the given value will be created.
 AccessTimeoutType<T> AccessTimeoutTypeImpl.setUnit(TimeUnitTypeType unit)
          If not already created, a new unit element with the given value will be created.