|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.logging.reader.LogRecordResultSet
| Field Summary | |
static int |
INVALID
The requested records are entirely invalid, mostly likely due to overwriting by the rotating feature. |
static int |
VALID
The returning number of message record equals to the requested number |
| Method Summary | |
void |
add(LogRecord record)
|
Exception |
getException()
Return the specific error occurred for invalid operation(if any). |
List |
getResults()
Return a list of result nodes in this Result Set |
int |
getSize()
Return the number of result nodes in this Result Set |
boolean |
isEmpty()
Return true if result set is empty (no result node) |
boolean |
isValid()
Return general status if result is either valid(true) or invalid(false) |
int |
numRequested()
|
void |
setException(Exception e)
|
void |
setResults(List results)
|
void |
setStatus(int status)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int INVALID
public static final int VALID
| Method Detail |
public void add(LogRecord record)
public List getResults()
ILoggingResultSet
getResults in interface ILoggingResultSetpublic boolean isEmpty()
ILoggingResultSet
isEmpty in interface ILoggingResultSetpublic int getSize()
ILoggingResultSet
getSize in interface ILoggingResultSetpublic boolean isValid()
ILoggingResultSet
isValid in interface ILoggingResultSetpublic int numRequested()
public Exception getException()
ILoggingResultSet
getException in interface ILoggingResultSetpublic void setResults(List results)
public void setException(Exception e)
public void setStatus(int status)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||