Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo.delivery
Interface DeliveryStatusDefinitions

All Known Subinterfaces:
DeliveryRequest
All Known Implementing Classes:
AbstractDeliveryRequest

public interface DeliveryStatusDefinitions

<p/>

Author:
Kei Saito (kei.saito@oracle.com)

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
static int STATUS_CLIENT_IN_PROCESS
          The delivery request stream is in process in the client side.
static int STATUS_FAILED_BUSY
          The delivery request was failed because the device ,network or line was busy.
static int STATUS_FAILED_CLIENT_ERROR
          The delivery request was failed because of client error
static int STATUS_FAILED_INVALID_RECIPIENT
          The delivery request was failed because the receipant setting was wrong.
static int STATUS_FAILED_INVALID_REQUEST
          The delivery request was failed because of the invalid request
static int STATUS_FAILED_INVALID_USER
          The delivery request was failed because of invalid username or password.
static int STATUS_FAILED_IO_ERROR
          The delivery request was failed because of the IO error.
static int STATUS_FAILED_SERVER_ERROR
          The delivery request was failed because of the error in the server side.
static int STATUS_FAILED_TIMEOUT
          The delivery request was failed because of request timeout
static int STATUS_NOT_DELIVERED
          The delivery request was not sent yet.
static int STATUS_SERVER_IN_PROCESS
          The delivery request is in process in the server side.
static int STATUS_SUCCESSFUL
          The delivery request was done sucessfully without warnings.
static int STATUS_SUCCESSFUL_WITH_WARNINGS
          The delivery request was done sucessfully with some minor warnings.

 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

static final boolean RCS_ID_RECORDED

STATUS_NOT_DELIVERED

static final int STATUS_NOT_DELIVERED
The delivery request was not sent yet.
See Also:
Constant Field Values

STATUS_SUCCESSFUL

static final int STATUS_SUCCESSFUL
The delivery request was done sucessfully without warnings.
See Also:
Constant Field Values

STATUS_SUCCESSFUL_WITH_WARNINGS

static final int STATUS_SUCCESSFUL_WITH_WARNINGS
The delivery request was done sucessfully with some minor warnings.
See Also:
Constant Field Values

STATUS_FAILED_INVALID_RECIPIENT

static final int STATUS_FAILED_INVALID_RECIPIENT
The delivery request was failed because the receipant setting was wrong.
See Also:
Constant Field Values

STATUS_FAILED_IO_ERROR

static final int STATUS_FAILED_IO_ERROR
The delivery request was failed because of the IO error.
See Also:
Constant Field Values

STATUS_FAILED_SERVER_ERROR

static final int STATUS_FAILED_SERVER_ERROR
The delivery request was failed because of the error in the server side.
See Also:
Constant Field Values

STATUS_FAILED_BUSY

static final int STATUS_FAILED_BUSY
The delivery request was failed because the device ,network or line was busy.
See Also:
Constant Field Values

STATUS_SERVER_IN_PROCESS

static final int STATUS_SERVER_IN_PROCESS
The delivery request is in process in the server side.
See Also:
Constant Field Values

STATUS_CLIENT_IN_PROCESS

static final int STATUS_CLIENT_IN_PROCESS
The delivery request stream is in process in the client side.
See Also:
Constant Field Values

STATUS_FAILED_INVALID_REQUEST

static final int STATUS_FAILED_INVALID_REQUEST
The delivery request was failed because of the invalid request
See Also:
Constant Field Values

STATUS_FAILED_INVALID_USER

static final int STATUS_FAILED_INVALID_USER
The delivery request was failed because of invalid username or password.
See Also:
Constant Field Values

STATUS_FAILED_TIMEOUT

static final int STATUS_FAILED_TIMEOUT
The delivery request was failed because of request timeout
See Also:
Constant Field Values

STATUS_FAILED_CLIENT_ERROR

static final int STATUS_FAILED_CLIENT_ERROR
The delivery request was failed because of client error
See Also:
Constant Field Values

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.