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 
 

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.getOrCreateAccessTimeout()
          If not already created, a new access-timeout element with the given value will be created.
 AccessTimeoutType<T> AccessTimeoutType.id(String id)
          Sets the id attribute
 AccessTimeoutType<T> AccessTimeoutType.removeId()
          Removes the id attribute
 AccessTimeoutType<T> AccessTimeoutType.removeTimeout()
          Removes the timeout element
 AccessTimeoutType<T> AccessTimeoutType.removeUnit()
          Removes the unit attribute
 AccessTimeoutType<T> AccessTimeoutType.timeout(Integer timeout)
          Sets the timeout element
 AccessTimeoutType<T> AccessTimeoutType.unit(String unit)
          Sets the unit element
 AccessTimeoutType<T> AccessTimeoutType.unit(TimeUnitTypeType unit)
          Sets the unit element
 



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