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 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 AsyncMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AsyncMethodType
 AsyncMethodType<SessionBeanType<T>> SessionBeanType.asyncMethod()
          Returns the async-method element
 AsyncMethodType<T> AsyncMethodType.removeMethodName()
          Removes the method-name element
 AsyncMethodType<T> AsyncMethodType.removeMethodParams()
          Removes the method-params element
 AsyncMethodType<T> AsyncMethodType.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type AsyncMethodType
 java.util.List<AsyncMethodType<SessionBeanType<T>>> SessionBeanType.getAsyncMethodList()
          Returns all async-method elements
 MethodParamsType<AsyncMethodType<T>> AsyncMethodType.methodParams()
          If not already created, a new method-params element will be created and returned.
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement AsyncMethodType
 class AsyncMethodTypeImpl<T>
          This class implements the async-methodType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return AsyncMethodType
 AsyncMethodType<SessionBeanType<T>> SessionBeanTypeImpl.asyncMethod()
          Returns the async-method element
 AsyncMethodType<T> AsyncMethodTypeImpl.removeMethodName()
          Removes the method-name element
 AsyncMethodType<T> AsyncMethodTypeImpl.removeMethodParams()
          Removes the method-params element
 AsyncMethodType<T> AsyncMethodTypeImpl.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type AsyncMethodType
 java.util.List<AsyncMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getAsyncMethodList()
          Returns all async-method elements
 MethodParamsType<AsyncMethodType<T>> AsyncMethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.