|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IJobServerDestination interface allows you to retrieve the plugin associated with the
output destination (FTP, SMTP, or Unmanaged Disk) of a scheduled object as well as enable
or disable that destination. The destination plugin is used to set the Job Server's global
options for that destination type. For more information see "Selecting a Destination" in the
BusinessObjects Enterprise Administrator's Guide.
| Method Summary | |
java.lang.String |
getName()
Returns the ProgID of the Destination Plugin. |
java.lang.Object |
getPluginInterface()
Returns the Destination Plugin interface. |
boolean |
isEnabled()
Returns whether the destination is enabled. |
void |
setEnabled(boolean enabled)
Sets whether the destination is enabled. |
| Method Detail |
public java.lang.String getName()
throws SDKException
Returns the ProgID of the Destination Plugin.
String containing the ProgID of the Destination Plugin.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.Object getPluginInterface()
throws SDKException
Returns the Destination Plugin interface.
Object containing the Destination Plugin Options interface. This can
be cast as a destination specific options interface.
SDKException - This is thrown if the process is unsuccessful.IDestinationPlugin
public boolean isEnabled()
throws SDKException
Returns whether the destination is enabled.
boolean specifying whether the destination is enabled.
SDKException - This is thrown if the process is unsuccessful.
public void setEnabled(boolean enabled)
throws SDKException
Sets whether the destination is enabled.
enabled - true if the destination is enabled, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||