Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.NotFoundException

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.