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.request.ContentHandle

Packages that use ContentHandle
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.management   
oracle.as.scheduler.request Request Log and Output Content API. 

 

Uses of ContentHandle in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return ContentHandle
 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.

 

Methods in oracle.as.scheduler with parameters of type ContentHandle
 void RuntimeService.closeContent(RuntimeServiceHandle handle, ContentHandle contentHandle)
          Closes the previously opened log or output content and releases the handle.
 byte[] RuntimeService.getBinaryContent(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxBytes)
          Gets at most maxBytes bytes from the binary content.
 java.lang.String[] RuntimeService.getLogLines(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxLines)
          Gets at most maxLines lines from the request log, continuing from the last call to this method.
 char[] RuntimeService.getTextContent(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxChars)
          Gets at most maxChars lines from the log or output text content.

 

Uses of ContentHandle in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management that return ContentHandle
 ContentHandle RuntimeServiceMXBeanProxy.openLogContent(long requestId)
          Gets the handle for log content for the request.
 ContentHandle RuntimeServiceMXBeanProxy.openLogContentForImport(long requestId)
          Opens the request log for import, or write, of log data.
 ContentHandle RuntimeServiceMXBeanProxy.openOutputContent(long requestId, java.lang.String contentName)
          Opens the output content for fetch.
 ContentHandle RuntimeServiceMXBeanProxy.openOutputContentForImport(long requestId, java.lang.String contentName)
          Opens the output content for import.

 

Methods in oracle.as.scheduler.management with parameters of type ContentHandle
 void RuntimeServiceMXBeanProxy.closeContent(ContentHandle ch)
          Close the content handle from previous open call
 byte[] RuntimeServiceMXBeanProxy.getBinaryContent(ContentHandle handle, int maxBytes)
          Gets at most maxBytes bytes from the binary content.
 java.lang.String[] RuntimeServiceMXBeanProxy.getLogLines(ContentHandle ch, int maxLines)
          Gets the lines from the log for a specific request.
 char[] RuntimeServiceMXBeanProxy.getTextContent(ContentHandle ch, int maxChars)
          Gets the characters of the log for a specific request.
 void RuntimeServiceMXBeanProxy.importLogData(ContentHandle ch, java.lang.String data)
          Imports data to the request log.
 void RuntimeServiceMXBeanProxy.importOutputData(ContentHandle ch, byte[] bytes)
          Imports data to the request output content.

 

Uses of ContentHandle in oracle.as.scheduler.request

 

Methods in oracle.as.scheduler.request that return ContentHandle
static ContentHandle ContentHandle.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance

 


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.