public final class EJBClientManagedTransactionContext extends EJBClientTransactionContext
TransactionManager
.Modifier and Type | Method and Description |
---|---|
protected TransactionID |
getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
Get the transaction ID to associate with the invocation.
|
protected String |
getTransactionNode()
Get the node to which this transaction is pinned, if any.
|
create, createLocal, getCurrent, getUserTransaction, requireCurrent, setGlobalContext, setSelector
getAttachment, putAttachment, putAttachmentIfAbsent, removeAttachment, removeAttachment, replaceAttachment, replaceAttachment
protected TransactionID getAssociatedTransactionID(EJBClientInvocationContext invocationContext) throws Exception
EJBClientTransactionContext
getAssociatedTransactionID
in class EJBClientTransactionContext
invocationContext
- the invocation contextnull
for noneException
- if an exception occursprotected String getTransactionNode()
EJBClientTransactionContext
getTransactionNode
in class EJBClientTransactionContext
null
if the transaction is not pinnedCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.