|
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.runtime.JobIterator
public class JobIterator
Iterator object used to retrieve a possibly large number of job object from a query.
| Nested Class Summary | |
|---|---|
class |
JobIterator.StateDescriptor
|
| Constructor Summary | |
|---|---|
JobIterator()
|
|
| Method Summary | |
|---|---|
Job[] |
getJobs()
Method to be used by the scheduler runtime only! |
JobIterator.StateDescriptor |
getStateDescriptor()
Method to be used by the scheduler runtime only! |
boolean |
hasMoreChunks()
This method returns true if there is more data available. |
Job[] |
nextChunk()
This method returns the next chunk of job objects. |
void |
setJobs(Job[] jobs)
Method to be used by the scheduler runtime only! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobIterator()
| Method Detail |
|---|
public boolean hasMoreChunks()
public Job[] nextChunk()
public void setJobs(Job[] jobs)
public Job[] getJobs()
public JobIterator.StateDescriptor getStateDescriptor()
| 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 | |||||||||