org.apache.openejb.core.transaction
Interface BeanTransactionPolicy.SuspendedTransaction

Enclosing interface:
BeanTransactionPolicy

public static interface BeanTransactionPolicy.SuspendedTransaction

Represents a suspended transaction.


Method Summary
 void destroy()
          Rollsback the suspended transction.
 

Method Detail

destroy

void destroy()
Rollsback the suspended transction. No exceptions are thrown from this method.



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.