ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return AroundTimeoutType
 AroundTimeoutType<T> AroundTimeoutType.clazz(String clazz)
          Sets the class element
 AroundTimeoutType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createAroundTimeout()
          Creates a new around-timeout element
 AroundTimeoutType<InterceptorType<T>> InterceptorType.createAroundTimeout()
          Creates a new around-timeout element
 AroundTimeoutType<SessionBeanType<T>> SessionBeanType.createAroundTimeout()
          Creates a new around-timeout element
 AroundTimeoutType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateAroundTimeout()
          If not already created, a new around-timeout element will be created and returned.
 AroundTimeoutType<InterceptorType<T>> InterceptorType.getOrCreateAroundTimeout()
          If not already created, a new around-timeout element will be created and returned.
 AroundTimeoutType<SessionBeanType<T>> SessionBeanType.getOrCreateAroundTimeout()
          If not already created, a new around-timeout element will be created and returned.
 AroundTimeoutType<T> AroundTimeoutType.methodName(String methodName)
          Sets the method-name element
 AroundTimeoutType<T> AroundTimeoutType.removeClazz()
          Removes the class element
 AroundTimeoutType<T> AroundTimeoutType.removeMethodName()
          Removes the method-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type AroundTimeoutType
 List<AroundTimeoutType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllAroundTimeout()
          Returns all around-timeout elements
 List<AroundTimeoutType<InterceptorType<T>>> InterceptorType.getAllAroundTimeout()
          Returns all around-timeout elements
 List<AroundTimeoutType<SessionBeanType<T>>> SessionBeanType.getAllAroundTimeout()
          Returns all around-timeout elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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