public final class SchedulerAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines a system advisory raised by the Scheduler.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CORRELATION_ID_PROPERTY |
static java.lang.String |
EMAIL_EVENT_ID |
static java.lang.String |
EVENT_GROUP_ID_TASK |
static java.lang.String |
EVENT_GROUP_ID_TASKLIST |
static java.lang.String |
EVENT_ID |
static java.lang.String |
EVENT_KEY_PROPERTY |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SchedulerAdvisory() |
Modifier and Type | Method and Description |
---|---|
TaskListExecution |
getExecution()
Returns an object containing information about execution of the task list (and its tasks).
|
java.lang.String |
getJobName()
Returns a name of the job associated with the advisory.
|
java.lang.String |
getListName()
Returns a name of the task list associated with the advisory.
|
java.lang.String |
getNodeName()
Returns a name of the node from which the advisory was sent.
|
java.lang.String |
getTaskName()
Returns a name of the task associated with the advisory.
|
SchedulerAdvisoryType |
getType()
Returns a type of action associated with the advisory.
|
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public static final java.lang.String EMAIL_EVENT_ID
public static final java.lang.String EVENT_GROUP_ID_TASKLIST
public static final java.lang.String EVENT_GROUP_ID_TASK
public static final java.lang.String EVENT_KEY_PROPERTY
public static final java.lang.String CORRELATION_ID_PROPERTY
public SchedulerAdvisoryType getType()
public java.lang.String getNodeName()
public java.lang.String getJobName()
JOB_
.public java.lang.String getListName()
TASKLIST_
or TASK_
prefixes.public java.lang.String getTaskName()
TASK_
prefix.public TaskListExecution getExecution()
TASKLIST_EXECUTION
or TASK_EXECUTION
prefixes.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.