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.id(String id)
          Sets the id attribute
 AsyncMethodType<T> AsyncMethodType.methodName(String methodName)
          Sets the method-name element
 AsyncMethodType<T> AsyncMethodType.removeId()
          Removes the id attribute
 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.
 



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