org.jboss.cdi.tck.tests.event.observer.transactional
Class AccountService

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.observer.transactional.AccountService

@Named
public class AccountService
extends Object


Constructor Summary
AccountService()
           
 
Method Summary
 void withdrawFailedTransaction(int amount)
           
 void withdrawNoTransaction(int amount)
           
 void withdrawObserverFailedTransaction(int amount)
           
 void withdrawSuccesTransaction(int amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountService

public AccountService()
Method Detail

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.