|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.svc.Interceptor
org.jbpm.pvm.internal.tx.JtaTransactionInterceptor
public class JtaTransactionInterceptor
| Field Summary | |
|---|---|
protected Policy |
policy
|
| Fields inherited from class org.jbpm.pvm.internal.svc.Interceptor |
|---|
next |
| Fields inherited from interface org.jbpm.pvm.internal.cmd.CommandService |
|---|
NAME_NEW_TX_REQUIRED_COMMAND_SERVICE, NAME_TX_REQUIRED_COMMAND_SERVICE |
| Constructor Summary | |
|---|---|
JtaTransactionInterceptor()
|
|
| Method Summary | ||
|---|---|---|
|
execute(Command<T> command)
|
|
protected
|
executeInExistingTx(Command<T> command)
|
|
protected
|
executeInNewTx(Command<T> command,
JtaTransaction jtaTransaction,
int status)
|
|
void |
setPolicy(Policy policy)
|
|
| Methods inherited from class org.jbpm.pvm.internal.svc.Interceptor |
|---|
getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Policy policy
| Constructor Detail |
|---|
public JtaTransactionInterceptor()
| Method Detail |
|---|
public <T> T execute(Command<T> command)
protected <T> T executeInExistingTx(Command<T> command)
protected <T> T executeInNewTx(Command<T> command,
JtaTransaction jtaTransaction,
int status)
public void setPolicy(Policy policy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||