org.jboss.jms.client.container
Class TransactionAspect
java.lang.Object
org.jboss.jms.client.container.TransactionAspect
- public class TransactionAspect
- extends java.lang.Object
This aspect handles transaction related logic
This aspect is PER_VM.
- Author:
- Ovidiu Feodorov
$Id: TransactionAspect.java 2655 2007-05-08 15:57:02Z timfox $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionAspect
public TransactionAspect()
handleClose
public java.lang.Object handleClose(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleCommit
public java.lang.Object handleCommit(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleRollback
public java.lang.Object handleRollback(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleSend
public java.lang.Object handleSend(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handlePreDeliver
public java.lang.Object handlePreDeliver(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2006 JBoss Inc. All Rights Reserved.