org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order
Class AccountTransaction

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

@Transactional
public class AccountTransaction
extends Transaction


Constructor Summary
AccountTransaction()
           
 
Method Summary
 void execute()
           
 void postConstructAccountTransaction()
           
 void preDestroyAccountTransaction()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.Transaction
postConstruct, preDestroy
 
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()

preDestroyAccountTransaction

@PreDestroy
public void preDestroyAccountTransaction()

postConstructAccountTransaction

@PostConstruct
public void postConstructAccountTransaction()


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