Skip navigation links

Oracle BI Publisher Java API Reference
Release 5.6.3


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

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

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

STATUS_NOT_DELIVERED

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

STATUS_SUCCESSFUL

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

STATUS_SUCCESSFUL_WITH_WARNINGS

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

STATUS_FAILED_CLIENT_ERROR

public 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 5.6.3


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