org.jboss.cdi.tck.tests.event.observer.transactional.custom
Class GiraffeObserver

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

public class GiraffeObserver
extends Object


Constructor Summary
GiraffeObserver()
           
 
Method Summary
 void withdrawAfterCompletion(Giraffe giraffe)
           
 void withdrawBeforeCompletion(Giraffe giraffe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GiraffeObserver

public GiraffeObserver()
Method Detail

withdrawAfterCompletion

public void withdrawAfterCompletion(@Observes(during=AFTER_COMPLETION)
                                    Giraffe giraffe)
                             throws Exception
Parameters:
withdrawal -
Throws:
Exception

withdrawBeforeCompletion

public void withdrawBeforeCompletion(@Observes(during=BEFORE_COMPLETION)
                                     Giraffe giraffe)
                              throws Exception
Parameters:
withdrawal -
Throws:
Exception


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