public class MRuleExecutionSetMXNotification extends Notification
IMRuleExecutionSet
will emit.Phase
of the lifecycle emitting the notification.IMRuleExecutionSet
metadata ( MRuleExecutionSetMetadata
).source
Constructor and Description |
---|
MRuleExecutionSetMXNotification(String type,
MRuleExecutionSetMetadata metadata,
long duration,
boolean success) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
MRuleExecutionSetMetadata |
getSource()
Metadata of the ruleset generating the event.
|
boolean |
isSuccess() |
void |
setDuration(long duration) |
void |
setSuccess(boolean success) |
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
public MRuleExecutionSetMXNotification(String type, MRuleExecutionSetMetadata metadata, long duration, boolean success)
public long getDuration()
public void setDuration(long duration)
public boolean isSuccess()
public void setSuccess(boolean success)
public MRuleExecutionSetMetadata getSource()
getSource
in class EventObject