ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AsyncMethodType
 AsyncMethodType<SessionBeanType<T>> SessionBeanType.createAsyncMethod()
          Creates a new async-method element
 AsyncMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateAsyncMethod()
          If not already created, a new async-method element will be created and returned.
 AsyncMethodType<T> AsyncMethodType.methodName(String methodName)
          Sets the method-name element
 AsyncMethodType<T> AsyncMethodType.removeMethodName()
          Removes the method-name element
 AsyncMethodType<T> AsyncMethodType.removeMethodParams()
          Removes the method-params element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type AsyncMethodType
 List<AsyncMethodType<SessionBeanType<T>>> SessionBeanType.getAllAsyncMethod()
          Returns all async-method elements
 MethodParamsType<AsyncMethodType<T>> AsyncMethodType.getOrCreateMethodParams()
          If not already created, a new method-params 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.