org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order
Class AccountTransaction
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.Transaction
org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.AccountTransaction
@Transactional
public class AccountTransaction
- extends Transaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountTransaction
public AccountTransaction()
execute
public void execute()
preDestroyAccountTransaction
@PreDestroy
public void preDestroyAccountTransaction()
postConstructAccountTransaction
@PostConstruct
public void postConstructAccountTransaction()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.