| 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 |
|---|---|
Hashtable<MethodDescriptor,ContainerTransaction> |
EjbDescriptor.getMethodContainerTransactions()
Return a copy of the mapping held internally of method descriptors to container transaction objects.
|
Vector<ContainerTransaction> |
EjbDescriptor.getPossibleTransactionAttributes()
Returns the set of transaction attributes that can be assigned to methods of this ejb when in CMT mode.
|
Vector<ContainerTransaction> |
EjbCMPEntityDescriptor.getPossibleTransactionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.setContainerTransactionFor(MethodDescriptor methodDescriptor,
ContainerTransaction containerTransaction)
Sets the container transaction for the given method descriptor.
|
void |
EjbMessageBeanDescriptor.setContainerTransactionFor(MethodDescriptor methodDescriptor,
ContainerTransaction containerTransaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.setMethodContainerTransactions(Hashtable<MethodDescriptor,ContainerTransaction> methodContainerTransactions)
Sets the container transactions for all the method descriptors of this ejb.
|
| Constructor and Description |
|---|
ContainerTransaction(ContainerTransaction other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EjbBundleTracerVisitor.accept(MethodDescriptor md,
ContainerTransaction ct) |
Copyright © 2021. All rights reserved.