org.jbpm.pvm.internal.tx
Class SpringCommandCallback

java.lang.Object
  extended by org.jbpm.pvm.internal.tx.SpringCommandCallback
All Implemented Interfaces:
org.springframework.transaction.support.TransactionCallback

public class SpringCommandCallback
extends java.lang.Object
implements org.springframework.transaction.support.TransactionCallback

Author:
Tom Baeyens

Constructor Summary
SpringCommandCallback(CommandService next, Command<?> command)
           
 
Method Summary
 java.lang.Object doInTransaction(org.springframework.transaction.TransactionStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringCommandCallback

public SpringCommandCallback(CommandService next,
                             Command<?> command)
Method Detail

doInTransaction

public java.lang.Object doInTransaction(org.springframework.transaction.TransactionStatus status)
Specified by:
doInTransaction in interface org.springframework.transaction.support.TransactionCallback


Copyright © 2010 JBoss Community. All Rights Reserved.