|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.runtime.Event
public class Event
EventConsumer,
Scheduler.addEventListener(String[], EventConsumer),
Scheduler.removeEventListener(EventConsumer),
Serialized Form| Field Summary | |
|---|---|
static String |
EVENT_JOB_CANCELLED
Event raised by the job scheduler when a job is cancelled. |
static String |
EVENT_JOB_CANCELLED_DESC
|
static String |
EVENT_JOB_DEFINITION_DEPLOYED
Event raised when a job definition is deployed. |
static String |
EVENT_JOB_DEFINITION_DEPLOYED_DESC
|
static String |
EVENT_JOB_DEFINITION_DEPLOYED1
Event raised when a job definition is deployed. |
static String |
EVENT_JOB_DEFINITION_DEPLOYED1_DESC
|
static String |
EVENT_JOB_DEFINITION_REDEPLOYED
Deprecated. event is not used |
static String |
EVENT_JOB_DEFINITION_UNDEPLOYED
Event raised when a job definition is undeployed. |
static String |
EVENT_JOB_DEFINITION_UNDEPLOYED_DESC
|
static String |
EVENT_JOB_DEFINITION_UNDEPLOYED1
Event raised when a job definition is undeployed. |
static String |
EVENT_JOB_DEFINITION_UNDEPLOYED1_DESC
|
static String |
EVENT_JOB_FINISHED
Event raised by the job scheduler when a job has finished. |
static String |
EVENT_JOB_FINISHED_DESC
|
static String |
EVENT_JOB_HELD
Deprecated. event is not used |
static String |
EVENT_JOB_HELD_DESC
Deprecated. event is not used |
static String |
EVENT_JOB_RELEASED
Deprecated. event is not used |
static String |
EVENT_JOB_RELEASED_DESC
Deprecated. event is not used |
static String |
EVENT_JOB_REMOVED
Deprecated. event is not used |
static String |
EVENT_JOB_REMOVED_DESC
Deprecated. event is not used |
static String |
EVENT_JOB_STARTED
Event raised by the job scheduler when a job is started. |
static String |
EVENT_JOB_STARTED_DESC
|
static String |
EVENT_JOB_STARTING
Event raised by the job scheduler when a job is starting. |
static String |
EVENT_JOB_STARTING_DESC
|
static String |
EVENT_JOB_SUBMITTED
Deprecated. event is not used |
static String |
EVENT_JOB_SUBMITTED_DESC
Deprecated. event is not used |
static String |
EVENT_TASK_CANCELLED
Event raised when a task has been cancelled. |
static String |
EVENT_TASK_CANCELLED_DESC
|
static String |
EVENT_TASK_CREATED
Event raised when a task has been created. |
static String |
EVENT_TASK_CREATED_DESC
|
static String |
EVENT_TASK_FINISHED
Event raised when a task has been finished. |
static String |
EVENT_TASK_FINISHED_DESC
|
static String |
EVENT_TASK_HOLD
Event raised when a task has been set to hold. |
static String |
EVENT_TASK_HOLD_DESC
|
static String |
EVENT_TASK_RELEASED
Event raised when a task has been set to release. |
static String |
EVENT_TASK_RELEASED_DESC
|
static String[] |
JXBP_RUNTIME_EVENT_TYPES
Represents the event types which are available for users of the JXBP API |
static String[] |
JXBP_RUNTIME_EVENT_TYPES_DESC
Represents the event type descriptions which are available for users of the JXBP API |
static String[] |
RUNTIME_EVENT_TYPES
Represents the event types which are available for users of the Scheduler API |
static String[] |
RUNTIME_EVENT_TYPES_DESC
Represents the event type descriptions which are available for users of the Scheduler API |
static String |
RUNTIME_ROOT
|
| Constructor Summary | |
|---|---|
Event(String type,
String parameter,
AbstractIdentifier raisedByDetails)
Deprecated. |
|
Event(String type,
String parameter,
AbstractIdentifier raisedByDetails,
Date raisedDate)
Deprecated. |
|
Event(String type,
String parameter,
String additionalParameter,
AbstractIdentifier raisedByDetails,
Date raisedDate)
Deprecated. |
|
Event(String type,
String parameter,
String additionalParameter,
Date raisedDate)
|
|
| Method Summary | |
|---|---|
String |
getAdditionalParameter()
Returns the additional parameter which is sent with some events. |
byte[] |
getId()
Deprecated. Event id is not used |
String |
getParameter()
Returns the parameter for this event |
AbstractIdentifier |
getRaisedByDetails()
Further details about the source of this event. |
Date |
getRaisedDate()
Returns the date when this event was raised |
String |
getType()
Returns the type of this event. |
void |
setId(byte[] id)
Deprecated. Event id is not used |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RUNTIME_ROOT
public static final String EVENT_JOB_SUBMITTED
public static final String EVENT_JOB_SUBMITTED_DESC
public static final String EVENT_JOB_HELD
public static final String EVENT_JOB_HELD_DESC
public static final String EVENT_JOB_RELEASED
public static final String EVENT_JOB_RELEASED_DESC
public static final String EVENT_JOB_STARTING
public static final String EVENT_JOB_STARTING_DESC
public static final String EVENT_JOB_STARTED
public static final String EVENT_JOB_STARTED_DESC
public static final String EVENT_JOB_FINISHED
public static final String EVENT_JOB_FINISHED_DESC
public static final String EVENT_JOB_CANCELLED
public static final String EVENT_JOB_CANCELLED_DESC
public static final String EVENT_JOB_REMOVED
public static final String EVENT_JOB_REMOVED_DESC
public static final String EVENT_JOB_DEFINITION_DEPLOYED
public static final String EVENT_JOB_DEFINITION_DEPLOYED_DESC
public static final String EVENT_JOB_DEFINITION_UNDEPLOYED
public static final String EVENT_JOB_DEFINITION_UNDEPLOYED_DESC
public static final String EVENT_JOB_DEFINITION_DEPLOYED1
public static final String EVENT_JOB_DEFINITION_DEPLOYED1_DESC
public static final String EVENT_JOB_DEFINITION_UNDEPLOYED1
public static final String EVENT_JOB_DEFINITION_UNDEPLOYED1_DESC
public static final String EVENT_JOB_DEFINITION_REDEPLOYED
public static final String EVENT_TASK_CREATED
public static final String EVENT_TASK_CREATED_DESC
public static final String EVENT_TASK_HOLD
public static final String EVENT_TASK_HOLD_DESC
public static final String EVENT_TASK_RELEASED
public static final String EVENT_TASK_RELEASED_DESC
public static final String EVENT_TASK_CANCELLED
public static final String EVENT_TASK_CANCELLED_DESC
public static final String EVENT_TASK_FINISHED
public static final String EVENT_TASK_FINISHED_DESC
public static final String[] JXBP_RUNTIME_EVENT_TYPES
public static final String[] JXBP_RUNTIME_EVENT_TYPES_DESC
public static final String[] RUNTIME_EVENT_TYPES
public static final String[] RUNTIME_EVENT_TYPES_DESC
| Constructor Detail |
|---|
public Event(String type,
String parameter,
String additionalParameter,
Date raisedDate)
public Event(String type,
String parameter,
AbstractIdentifier raisedByDetails,
Date raisedDate)
public Event(String type,
String parameter,
AbstractIdentifier raisedByDetails)
public Event(String type,
String parameter,
String additionalParameter,
AbstractIdentifier raisedByDetails,
Date raisedDate)
| Method Detail |
|---|
public String getType()
public String getParameter()
public String getAdditionalParameter()
public Date getRaisedDate()
public AbstractIdentifier getRaisedByDetails()
public byte[] getId()
public void setId(byte[] id)
public String toString()
toString in class Object
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||