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(MethodDescriptor methodDescriptor)Fetches the assigned container transaction object for the given method object or null.Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type ContainerTransaction Modifier and Type Method Description Hashtable<MethodDescriptor,ContainerTransaction>EjbDescriptor. getMethodContainerTransactions()Return a copy of the mapping held internally of method descriptors to container transaction objects.Vector<ContainerTransaction>EjbCMPEntityDescriptor. getPossibleTransactionAttributes()Vector<ContainerTransaction>EjbDescriptor. getPossibleTransactionAttributes()Returns the set of transaction attributes that can be assigned to methods of this ejb when in CMT mode.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type ContainerTransaction Modifier and Type Method Description voidEjbDescriptor. setContainerTransactionFor(MethodDescriptor methodDescriptor, ContainerTransaction containerTransaction)Sets the container transaction for the given method descriptor.voidEjbMessageBeanDescriptor. setContainerTransactionFor(MethodDescriptor methodDescriptor, ContainerTransaction containerTransaction)Method parameters in org.glassfish.ejb.deployment.descriptor with type arguments of type ContainerTransaction Modifier and Type Method Description voidEjbDescriptor. setMethodContainerTransactions(Hashtable<MethodDescriptor,ContainerTransaction> methodContainerTransactions)Sets the container transactions for all the method descriptors of this ejb.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(MethodDescriptor md, ContainerTransaction ct)
-