|
Oracle® Calendar SDK Java API Reference 10g Release 1 (10.1.1) B14474-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.sdk.RequestResult
Nested Class Summary | |
class |
RequestResult.ParseError |
class |
RequestResult.Result |
Constructor Summary | |
RequestResult() |
Method Summary | |
void |
dispose() Disposes of all the results in in_requestResult. |
protected void |
finalize() Disposes of all the results in in_requestResult. |
RequestResult.Result |
getFirstFailure() Returns the first failure obtained from the function from which in_requestResult was returned. |
RequestResult.ParseError |
getFirstParseError() Returns the first parsing error obtained from a request result. |
RequestResult.Result |
getFirstResult() Returns the first result obtained from the function from which in_requestResult was returned. |
RequestResult.Result |
getNextFailure() Returns the next failure contained in a CSDKRequestResult. |
RequestResult.ParseError |
getNextParseError() Returns the next parsing error obtained from a request result. |
RequestResult.Result |
getNextResult() Returns the next result contained in a CSDKRequestResult. |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestResult()
Method Detail |
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
public void dispose() throws java.lang.Throwable
java.lang.Throwable
public RequestResult.Result getFirstResult() throws Api.StatusException
A result is either a failure or a success. A failure is a result which has a status other than CAPI_STAT_OK.
Note: A request result contains the reference to the "current" result, so only one thread should extract result from a given request result at a time.
Api.StatusException
public RequestResult.Result getFirstFailure() throws Api.StatusException
A failure is a result which has a status other than CAPI_STAT_OK.
Note: A request result contains the reference to the "current" failure, so only one thread should extract failures from a given request result at a time.
Api.StatusException
public RequestResult.Result getNextResult() throws Api.StatusException
Note: A request result contains the reference to the "current" result, so only one thread should extract result from a given request result at a time.
Api.StatusException
public RequestResult.Result getNextFailure() throws Api.StatusException
Note: A request result contains the reference to the "current" failure, so only one thread should extract failures from a given request result at a time.
Api.StatusException
public RequestResult.ParseError getFirstParseError() throws Api.StatusException
Note: A request result contains the reference to the "current" parse error, so only one thread should extract parse errors from a given request result at a time.
A pointer to a copy of the data stream is returned through out_errorBuffer, and a pointer to the parse error location in the buffer is returned via out_errorLocation. Both pointers are valid only until the request result is destroyed.
Api.StatusException
public RequestResult.ParseError getNextParseError() throws Api.StatusException
Note: A request result contains the reference to the "current" parse error, so only one thread should extract parse errors from a given request result at a time.
A pointer to a copy of the data stream is returned through out_errorBuffer, and a pointer to the parse error location in the buffer is returned via out_errorLocation. Both pointers are valid only until the request result is destroyed.
Api.StatusException
public java.lang.String toString()
|
Oracle® Calendar SDK Java API Reference 10g Release 1 (10.1.1) B14474-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |