|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.event.DeferredEventNotification<T>
org.jboss.weld.event.AsynchronousTransactionalEventNotification<T>
public class AsynchronousTransactionalEventNotification<T>
A deferred event notification that will be delivered during the appropriate transaction phase, but asynchronously from the thread which generated the event.
| Field Summary |
|---|
| Fields inherited from class org.jboss.weld.event.DeferredEventNotification |
|---|
event, observer |
| Constructor Summary | |
|---|---|
AsynchronousTransactionalEventNotification(T event,
ObserverMethodImpl<?,T> observer)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class org.jboss.weld.event.DeferredEventNotification |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousTransactionalEventNotification(T event,
ObserverMethodImpl<?,T> observer)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class DeferredEventNotification<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||