public class TransactionalConversationManager extends Object
| Modifier and Type | Method and Description |
|---|---|
TransactionalConversation |
get(String txId) |
static TransactionalConversationManager |
getInstance() |
String |
getTxcId(long txc) |
Object |
notify(String txId,
Object ctx,
Object opId,
Object params)
Operation call in the transaction
|
String |
start(Principal principal,
String repositoryName)
Start transaction
|
public static TransactionalConversationManager getInstance()
public String start(Principal principal, String repositoryName) throws SystemException
principal - repositoryName - SystemExceptionpublic Object notify(String txId, Object ctx, Object opId, Object params) throws InterruptedException
txId - ctx - opId - params - InterruptedExceptionpublic TransactionalConversation get(String txId)
public String getTxcId(long txc)
Copyright © 2020. All rights reserved.