|
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.LogIterator
public class LogIterator
Iterator object used to retrieve large log files in chunks.
| Constructor Summary | |
|---|---|
LogIterator()
|
|
| Method Summary | |
|---|---|
long |
getPos()
Method to be used by the scheduler runtime only! |
boolean |
hasMoreChunks()
This method returns true if there is more data available, e.g. |
String |
nextChunk()
This method returns the next chunk of data. |
void |
setLog(String log)
Method to be used by the scheduler runtime only! |
void |
setPos(long lval)
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 LogIterator()
| Method Detail |
|---|
public boolean hasMoreChunks()
public String nextChunk()
public void setPos(long lval)
public long getPos()
public void setLog(String log)
| 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 | |||||||||