org.jboss.cdi.tck.tests.event.observer.transactional.custom
Class GiraffeObserver
java.lang.Object
org.jboss.cdi.tck.tests.event.observer.transactional.custom.GiraffeObserver
public class GiraffeObserver
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GiraffeObserver
public GiraffeObserver()
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.