ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.ContainerTransactionType

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

Uses of ContainerTransactionType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ContainerTransactionType
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createContainerTransaction()
          Creates a new container-transaction element
 ContainerTransactionType<T> ContainerTransactionType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateContainerTransaction()
          If not already created, a new container-transaction element will be created and returned.
 ContainerTransactionType<T> ContainerTransactionType.removeAllDescription()
          Removes the description element
 ContainerTransactionType<T> ContainerTransactionType.removeAllMethod()
          Removes all method elements
 ContainerTransactionType<T> ContainerTransactionType.removeTransAttribute()
          Removes the trans-attribute attribute
 ContainerTransactionType<T> ContainerTransactionType.transAttribute(String transAttribute)
          Sets the trans-attribute element
 ContainerTransactionType<T> ContainerTransactionType.transAttribute(TransAttributeType transAttribute)
          Sets the trans-attribute element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ContainerTransactionType
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.createMethod()
          Creates a new method element
 List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllContainerTransaction()
          Returns all container-transaction elements
 List<MethodType<ContainerTransactionType<T>>> ContainerTransactionType.getAllMethod()
          Returns all method elements
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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