|
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.RecurringEntry
public class RecurringEntry
This class represents a recurring entry
| Constructor Summary | |
|---|---|
RecurringEntry(long period)
Constructs an entry with a specified period. |
|
RecurringEntry(SchedulerTime expirationTime)
Constrcuts a new entry that will cause one expiration at the specified time. |
|
RecurringEntry(SchedulerTime startTime,
long period)
Constructs an entry with a spesified start time, period and no end time. |
|
RecurringEntry(SchedulerTime startTime,
long period,
int iterations)
Constructs an entry with specified start time, period and iterations. |
|
RecurringEntry(SchedulerTime startTime,
SchedulerTime endTime,
int iterations)
Constructor a entry with specified start time, end time and iterations. |
|
RecurringEntry(SchedulerTime startTime,
SchedulerTime endTime,
long period)
Constructs an entry with specified start time, end time and period. |
|
| Method Summary | |
|---|---|
boolean |
compareRecurringEntry(RecurringEntry entry)
Compares a RecurringEntry with this. |
SchedulerTime |
getEndTime()
Getter method |
long |
getPeriod()
Getter method |
SchedulerTime |
getStartTime()
Getter method |
String |
toString()
Returns a string representarion of the recuring entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecurringEntry(long period)
throws IllegalArgumentException
period - the entry period
IllegalArgumentException - - if public RecurringEntry(SchedulerTime expirationTime)
expirationTime - - time at which this entry will timeout.
NullPointerException - - if
public RecurringEntry(SchedulerTime startTime,
long period)
throws IllegalArgumentException,
NullPointerException
startTime - - the entry start timeperiod - - the period between to successive timeouts
IllegalArgumentException - - if period is less or equal to 0.
NullPointerException - - if
public RecurringEntry(SchedulerTime startTime,
SchedulerTime endTime,
long period)
startTime - - the entry start time. This cannot be null.endTime - the entry end time. If null than this entry is infinite entry.period - the entry period - the period between two successive timeouts. If 0 than IllegalArgumentException - - if NullPointerException - - if
public RecurringEntry(SchedulerTime startTime,
SchedulerTime endTime,
int iterations)
throws IllegalArgumentException,
NullPointerException
startTime - - the start timeendTime - - the end timeiterations - - the iterations
IllegalArgumentException - - if NullPointerException - - if startTime or endTime is null.
public RecurringEntry(SchedulerTime startTime,
long period,
int iterations)
throws IllegalArgumentException,
NullPointerException
startTime - - the start timeperiod - - the period between two successive timeouts. Must be greater or equal to 0. If zero than this would
be single expiration entry with expiration time equal to iterations - - number of iterations the iterations. Must not be negative. This is ignored if IllegalArgumentException - iae - if NullPointerException - npe - if | Method Detail |
|---|
public SchedulerTime getStartTime()
public SchedulerTime getEndTime()
public long getPeriod()
public String toString()
toString in class Objectpublic boolean compareRecurringEntry(RecurringEntry entry)
entry - the RecurringEntry to compare
| 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 | |||||||||