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(TransactionPhase phase, ObserverMethod<? super Object> observer, Object event, EventMetadata metadata)
          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(TransactionPhase phase,
                                                      ObserverMethod<? super Object> observer,
                                                      Object event,
                                                      EventMetadata metadata)
                                               throws Exception
This will get called by the EJB integration code

Throws:
Exception


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.