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

Packages that use AroundTimeoutType
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 AroundTimeoutType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AroundTimeoutType
 AroundTimeoutType<InterceptorType<T>> InterceptorType.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<MessageDrivenBeanType<T>> MessageDrivenBeanType.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<SessionBeanType<T>> SessionBeanType.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<T> AroundTimeoutType.removeClazz()
          Removes the class element
 AroundTimeoutType<T> AroundTimeoutType.removeMethodName()
          Removes the method-name element
 AroundTimeoutType<T> AroundTimeoutType.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 AroundTimeoutType<T> AroundTimeoutType.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 AroundTimeoutType
 java.util.List<AroundTimeoutType<InterceptorType<T>>> InterceptorType.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AroundTimeoutType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AroundTimeoutType<SessionBeanType<T>>> SessionBeanType.getAroundTimeoutList()
          Returns all around-timeout elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement AroundTimeoutType
 class AroundTimeoutTypeImpl<T>
          This class implements the around-timeoutType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return AroundTimeoutType
 AroundTimeoutType<SessionBeanType<T>> SessionBeanTypeImpl.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<InterceptorType<T>> InterceptorTypeImpl.aroundTimeout()
          Returns the around-timeout element
 AroundTimeoutType<T> AroundTimeoutTypeImpl.removeClazz()
          Removes the class element
 AroundTimeoutType<T> AroundTimeoutTypeImpl.removeMethodName()
          Removes the method-name element
 AroundTimeoutType<T> AroundTimeoutTypeImpl.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 AroundTimeoutType<T> AroundTimeoutTypeImpl.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 AroundTimeoutType
 java.util.List<AroundTimeoutType<SessionBeanType<T>>> SessionBeanTypeImpl.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AroundTimeoutType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AroundTimeoutType<InterceptorType<T>>> InterceptorTypeImpl.getAroundTimeoutList()
          Returns all around-timeout elements