org.apache.webbeans.ee.event
Class TransactionalEventNotifier

java.lang.Object
  extended by org.apache.webbeans.ee.event.TransactionalEventNotifier

public class TransactionalEventNotifier
extends Object


Method Summary
static void registerTransactionSynchronization(javax.enterprise.event.TransactionPhase phase, javax.enterprise.inject.spi.ObserverMethod<? super Object> observer, Object event)
          This will get called by the EJB integration code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerTransactionSynchronization

public static void registerTransactionSynchronization(javax.enterprise.event.TransactionPhase phase,
                                                      javax.enterprise.inject.spi.ObserverMethod<? super Object> observer,
                                                      Object event)
                                               throws Exception
This will get called by the EJB integration code

Throws:
Exception


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.