ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ConcurrentMethodType
 ConcurrentMethodType<SessionBeanType<T>> SessionBeanType.createConcurrentMethod()
          Creates a new concurrent-method element
 ConcurrentMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateConcurrentMethod()
          If not already created, a new concurrent-method element will be created and returned.
 ConcurrentMethodType<T> ConcurrentMethodType.lock(ConcurrentLockTypeType lock)
          Sets the lock element
 ConcurrentMethodType<T> ConcurrentMethodType.lock(String lock)
          Sets the lock element
 ConcurrentMethodType<T> ConcurrentMethodType.removeAccessTimeout()
          Removes the access-timeout element
 ConcurrentMethodType<T> ConcurrentMethodType.removeLock()
          Removes the lock attribute
 ConcurrentMethodType<T> ConcurrentMethodType.removeMethod()
          Removes the method element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ConcurrentMethodType
 List<ConcurrentMethodType<SessionBeanType<T>>> SessionBeanType.getAllConcurrentMethod()
          Returns all concurrent-method elements
 AccessTimeoutType<ConcurrentMethodType<T>> ConcurrentMethodType.getOrCreateAccessTimeout()
          If not already created, a new access-timeout element with the given value will be created.
 NamedMethodType<ConcurrentMethodType<T>> ConcurrentMethodType.getOrCreateMethod()
          If not already created, a new method element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.