| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.xdo.delivery.DeliveryComponent
oracle.xdo.delivery.DeliveryComponent
       oracle.xdo.delivery.DeliveryManager
oracle.xdo.delivery.DeliveryManager
public class DeliveryManager
This class is the entry point to use the delivery system.
| Field Summary | 
|---|
| Fields inherited from class oracle.xdo.delivery.DeliveryComponent | 
|---|
| RCS_ID | 
| Fields inherited from interface oracle.xdo.delivery.DeliveryTypeDefinitions | 
|---|
| RCS_ID, TYPE_AS2, TYPE_EXTERNAL, TYPE_FTP, TYPE_HTTP, TYPE_IPP_FAX, TYPE_IPP_PRINTER, TYPE_LOCAL, TYPE_LPD, TYPE_PRINTER, TYPE_RIGHTFAX, TYPE_SFTP, TYPE_SMTP_EMAIL, TYPE_WCC, TYPE_WEBDAV | 
| Constructor Summary | |
|---|---|
| DeliveryManager()Constructor without global options | |
| DeliveryManager(java.util.Hashtable pGlobalOptions)Constructor with global options. | |
| Method Summary | |
|---|---|
| static void | addRequestFactory(java.lang.String pRequestType, java.lang.String pFactoryClassName)Adds the custom delivery request factory. | 
|  DeliveryRequest | createRequest(java.lang.String pRequestType)Creates a delivery request. | 
|  java.lang.String | getDefaultServerName(java.lang.String pServerType)Returns the default server name of the specific delivery channel defined in the configuration file. | 
|  java.lang.String[] | getDefaultServerNames()Returns the default server names defined in the configuration file. | 
| static int | getRequestId()Returns the unique request ID. | 
|  java.lang.String[] | getServerNames()Returns the server names defined in the configuration file. | 
|  java.lang.String[] | getServerNames(java.lang.String pServerType)Returns the server names defined in the configuration file. | 
| static void | reloadConfig(java.io.InputStream pConfig)Reloads the configuration file. | 
| static void | reloadConfig(java.lang.String pConfigFile)Reloads the configuration file. | 
| Methods inherited from class oracle.xdo.delivery.DeliveryComponent | 
|---|
| addProperties, addProperties, addProperty, getBooleanProperty, getBooleanProperty, getIntegerProperty, getIntegerProperty, getProperties, getProperty, getStringProperty, isIntegerProperty, removeProperty, validateProperties | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DeliveryManager()
                throws InvalidFactoryException
InvalidFactoryException
public DeliveryManager(java.util.Hashtable pGlobalOptions)
                throws InvalidFactoryException
pGlobalOptions - global options forInvalidFactoryException| Method Detail | 
|---|
public DeliveryRequest createRequest(java.lang.String pRequestType)
                              throws UndefinedRequestTypeException
pProtocolName - Protocol namepDestination -pProperties - Request propertiesUndefinedRequestTypeExceptionpublic static int getRequestId()
public static void addRequestFactory(java.lang.String pRequestType,
                                     java.lang.String pFactoryClassName)
                              throws InvalidFactoryException
NoSuchFactoryExceptionInvalidFactoryExceptionpublic static void reloadConfig(java.lang.String pConfigFile)
public static void reloadConfig(java.io.InputStream pConfig)
public java.lang.String[] getServerNames()
public java.lang.String[] getServerNames(java.lang.String pServerType)
pServerType - server typepublic java.lang.String[] getDefaultServerNames()
public java.lang.String getDefaultServerName(java.lang.String pServerType)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||