public class MessageEventImpl extends ProcessEvent implements org.kie.api.event.process.MessageEvent
source| Constructor and Description |
|---|
MessageEventImpl(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime,
org.kie.api.runtime.process.NodeInstance nodeInstance,
String messageName,
Object messageObject) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getMessage() |
String |
getMessageName() |
org.kie.api.runtime.process.NodeInstance |
getNodeInstance() |
String |
toString() |
getEventDate, getKieRuntime, getProcessInstancegetSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic org.kie.api.runtime.process.NodeInstance getNodeInstance()
getNodeInstance in interface org.kie.api.event.process.ProcessNodeEventpublic String getMessageName()
getMessageName in interface org.kie.api.event.process.MessageEventpublic Object getMessage()
getMessage in interface org.kie.api.event.process.MessageEventpublic String toString()
toString in class EventObjectCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.