|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.api.Scheduler.FireTimeEvent
public static class Scheduler.FireTimeEvent
Instances of this class specify a particular expiration of a given scheduler task. An object of
the FireTimeEvent class contains the scheduler task id and the time at which the expiration
should deliver. For a feature expirations this may not be the exact moment as objects of this
class represented a computed time, which may not be exactly the moment of actual expiration.
Note: Filtered events are also returned with the filtered field set to
true. Those instances will not be executed.
| Field Summary | |
|---|---|
boolean |
filtered
Indicates whether the current set of filters has filtered this expiration out. |
SchedulerTaskID |
taskId
The id of the task whose particular expiration is represented by this object. |
SchedulerTime |
time
Time of the particular expiration represented by this object. |
| Constructor Summary | |
|---|---|
Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time)
Constructs a new FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time. |
|
Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time,
boolean filtered)
Constructs a new FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final SchedulerTaskID taskId
public final SchedulerTime time
public final boolean filtered
| Constructor Detail |
|---|
public Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time,
boolean filtered)
FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time.
Note: This constructor is only used internally.
taskId - id of the task whose particular expiration is represented by this objecttime - time of this expirationfiltered - sets the filtered attribute of this task. If true than a consumer of
this task may assume that the current set of filters of this task has filtered this
particular expiration out.
public Scheduler.FireTimeEvent(SchedulerTaskID taskId,
SchedulerTime time)
FireTimeEvent instance to represent an
expiration of the given scheduler task at the given time.
Note: This constructor is only used internally.
taskId - id of the task whose particular expiration is represented by this objecttime - time of this expiration| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/je/scheduler/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||