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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ContainerTransactionType
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.containerTransaction()
          Returns the container-transaction element
 ContainerTransactionType<T> ContainerTransactionType.removeAllDescription()
          Removes the description element
 ContainerTransactionType<T> ContainerTransactionType.removeAllMethod()
          Removes all method elements
 ContainerTransactionType<T> ContainerTransactionType.setDescription(java.lang.String description)
          Creates a new description element
 ContainerTransactionType<T> ContainerTransactionType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ContainerTransactionType<T> ContainerTransactionType.setTransAttribute(java.lang.String transAttribute)
          If not already created, a new trans-attribute element with the given value will be created.
 ContainerTransactionType<T> ContainerTransactionType.setTransAttribute(TransAttributeType transAttribute)
          If not already created, a new trans-attribute element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ContainerTransactionType
 java.util.List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getContainerTransactionList()
          Returns all container-transaction elements
 java.util.List<MethodType<ContainerTransactionType<T>>> ContainerTransactionType.getMethodList()
          Returns all method elements
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.method()
          Returns the method element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement ContainerTransactionType
 class ContainerTransactionTypeImpl<T>
          This class implements the container-transactionType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ContainerTransactionType
 ContainerTransactionType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.containerTransaction()
          Returns the container-transaction element
 ContainerTransactionType<T> ContainerTransactionTypeImpl.removeAllDescription()
          Removes the description element
 ContainerTransactionType<T> ContainerTransactionTypeImpl.removeAllMethod()
          Removes all method elements
 ContainerTransactionType<T> ContainerTransactionTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ContainerTransactionType<T> ContainerTransactionTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ContainerTransactionType<T> ContainerTransactionTypeImpl.setTransAttribute(java.lang.String transAttribute)
          If not already created, a new trans-attribute element with the given value will be created.
 ContainerTransactionType<T> ContainerTransactionTypeImpl.setTransAttribute(TransAttributeType transAttribute)
          If not already created, a new trans-attribute element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ContainerTransactionType
 java.util.List<ContainerTransactionType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getContainerTransactionList()
          Returns all container-transaction elements
 java.util.List<MethodType<ContainerTransactionType<T>>> ContainerTransactionTypeImpl.getMethodList()
          Returns all method elements
 MethodType<ContainerTransactionType<T>> ContainerTransactionTypeImpl.method()
          Returns the method element