| Package | Description |
|---|---|
| org.glassfish.ejb.deployment.descriptor | |
| org.glassfish.ejb.deployment.util |
| Modifier and Type | Method and Description |
|---|---|
ContainerTransaction |
EjbDescriptor.getContainerTransaction()
returns a ContainerTransaction if all the transactional methods on the ejb descriptor have the same transaction type
else return null
|
ContainerTransaction |
EjbDescriptor.getContainerTransactionFor(MethodDescriptor methodDescriptor)
Fetches the assigned container transaction object for the given method object or null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbMessageBeanDescriptor.setContainerTransactionFor(MethodDescriptor methodDescriptor,
ContainerTransaction containerTransaction) |
void |
EjbDescriptor.setContainerTransactionFor(MethodDescriptor methodDescriptor,
ContainerTransaction containerTransaction)
Sets the container transaction for the given method descriptor.
|
| Constructor and Description |
|---|
ContainerTransaction(ContainerTransaction other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EjbBundleTracerVisitor.accept(MethodDescriptor md,
ContainerTransaction ct) |
Copyright © 2019. All rights reserved.