|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
oracle.as.scheduler | Enterprise Scheduler API interfaces and classes. |
oracle.as.scheduler.request | Request Log and Output Content API. |
Uses of NotFoundException in oracle.as.scheduler |
---|
Subclasses of NotFoundException in oracle.as.scheduler | |
---|---|
class |
MetadataNotFoundException
|
class |
RequestNotFoundException
|
Methods in oracle.as.scheduler that throw NotFoundException | |
---|---|
ContentHandle |
RuntimeService.openLogContent(RuntimeServiceHandle handle,
long requestId)
Opens the request log to retrieve the log data. |
ContentHandle |
RuntimeService.openOutputContent(RuntimeServiceHandle handle,
long requestId,
java.lang.String contentName)
Opens the specified request output to retrieve the output data. |
Uses of NotFoundException in oracle.as.scheduler.request |
---|
Methods in oracle.as.scheduler.request that throw NotFoundException | |
---|---|
void |
RequestOutput.write(byte[] bytes)
Appends the bytes to the binary output content. |
void |
RequestOutput.write(byte[] bytes,
int offset,
int length)
Appends the bytes to the binary output content. |
void |
RequestOutput.write(char[] chars)
Appends the characters to the text output content. |
void |
RequestOutput.write(char[] chars,
int offset,
int length)
Appends the charactes to the text output content. |
void |
RequestOutput.write(java.lang.String str)
Appends the String to the text output content. |
void |
RequestOutput.write(java.lang.String str,
int offset,
int length)
Appends the String to the text output content. |
void |
RequestOutput.writeln(java.lang.String str)
Appends the String to the text output content, followed by a line feed character. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |