org.jboss.ejb3.tx
Class TxInterceptor

java.lang.Object
  extended by org.jboss.aspects.tx.TxInterceptor
      extended by org.jboss.ejb3.tx.TxInterceptor

public class TxInterceptor
extends org.jboss.aspects.tx.TxInterceptor

Ensure the correct exceptions are thrown based on both caller transactional context and supported Transaction Attribute Type EJB3 13.6.2.6 EJB3 Core Specification 14.3.1 Table 14

Version:
$Revision: $
Author:
Carlo de Wolf, ALR

Nested Class Summary
static class TxInterceptor.Mandatory
           
static class TxInterceptor.Never
           
static class TxInterceptor.NotSupported
           
 
Nested classes/interfaces inherited from class org.jboss.aspects.tx.TxInterceptor
org.jboss.aspects.tx.TxInterceptor.Required, org.jboss.aspects.tx.TxInterceptor.RequiresNew, org.jboss.aspects.tx.TxInterceptor.Supports
 
Constructor Summary
TxInterceptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxInterceptor

public TxInterceptor()


Copyright © 2008 JBoss Inc.. All Rights Reserved.