Class ContentHandle

java.lang.Object
oracle.as.scheduler.request.ContentHandle
All Implemented Interfaces:
Serializable

public class ContentHandle extends Object implements Serializable
Handle for retrieving content from the ESS content store, and for importing content in case of manual recovery. A handle can be used for either read or write but not both.

This handle supports retrieving units of content so that each get starts where the previous get left off.

See Also:
  • Field Details

  • Method Details

    • getId

      public String getId()
      Gets the handle id.
      Returns:
      associated handle ID
    • getRequestId

      public long getRequestId()
      Gets the request id.
      Returns:
      associated request ID
    • isWritable

      public boolean isWritable()
      Indicates if the handle is open for write. If true is returned the handle is open for write so the content can be written instead of read.
      Returns:
      true if the handle is open for write, or false otherwise.
    • getContentCategory

      public ContentCategory getContentCategory()
      Gets the content category.
      Returns:
      Content category.
    • toString

      public String toString()
      Overrides:
      toString in class Object