public class BpelEventNotification
extends javax.management.Notification
BpelEvent
s
to JMX NotificationListener
s.Constructor and Description |
---|
BpelEventNotification(java.lang.Object source,
long sequence,
BpelEvent bpelEvent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BpelEvent |
getBpelEvent()
Get the
BpelEvent payload. |
public BpelEventNotification(java.lang.Object source, long sequence, BpelEvent bpelEvent)
BpelEvent
object.source
- originating object/ObjectName
sequence
- event sequencebpelEvent
- BpelEvent
payload