org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder
Class AccountTransaction

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.Transaction
      extended by org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.AccountTransaction

@Transactional
public class AccountTransaction
extends Transaction


Constructor Summary
AccountTransaction()
           
 
Method Summary
 void execute()
           
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.Transaction
interceptTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountTransaction

public AccountTransaction()
Method Detail

execute

public void execute()

intercept

public Object intercept(javax.interceptor.InvocationContext ctx)
                 throws Exception
Throws:
Exception


Copyright © 2008-2012 Seam Framework. All Rights Reserved.