Uses of Class
org.glassfish.ejb.deployment.descriptor.ContainerTransaction
-
Packages that use ContainerTransaction Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.util -
-
Uses of ContainerTransaction in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return ContainerTransaction Modifier and Type Method Description ContainerTransactionEjbDescriptor. getContainerTransaction()returns a ContainerTransaction if all the transactional methods on the ejb descriptor have the same transaction type else return nullContainerTransactionEjbDescriptor. getContainerTransactionFor(com.sun.enterprise.deployment.MethodDescriptor methodDescriptor)Fetches the assigned container transaction object for the given method object or null.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type ContainerTransaction Modifier and Type Method Description voidEjbDescriptor. setContainerTransactionFor(com.sun.enterprise.deployment.MethodDescriptor methodDescriptor, ContainerTransaction containerTransaction)Sets the container transaction for the given method descriptor.voidEjbMessageBeanDescriptor. setContainerTransactionFor(com.sun.enterprise.deployment.MethodDescriptor methodDescriptor, ContainerTransaction containerTransaction)Constructors in org.glassfish.ejb.deployment.descriptor with parameters of type ContainerTransaction Constructor Description ContainerTransaction(ContainerTransaction other)Copy constructor. -
Uses of ContainerTransaction in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type ContainerTransaction Modifier and Type Method Description protected voidEjbBundleTracerVisitor. accept(com.sun.enterprise.deployment.MethodDescriptor md, ContainerTransaction ct)
-