org.jboss.cdi.tck.tests.event.observer.transactional
Class AccountService
java.lang.Object
org.jboss.cdi.tck.tests.event.observer.transactional.AccountService
@Named
public class AccountService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountService
public AccountService()
withdrawSuccesTransaction
public void withdrawSuccesTransaction(int amount)
throws Exception
- Parameters:
amount -
- Throws:
Exception
withdrawFailedTransaction
public void withdrawFailedTransaction(int amount)
throws Exception
- Parameters:
amount -
- Throws:
Exception
withdrawNoTransaction
public void withdrawNoTransaction(int amount)
throws Exception
- Parameters:
amount -
- Throws:
Exception
withdrawObserverFailedTransaction
public void withdrawObserverFailedTransaction(int amount)
throws Exception
- Parameters:
amount -
- Throws:
Exception
Copyright © 2008-2013 Seam Framework. All Rights Reserved.