|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobServerDestination
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()
Deprecated. As of version 12.0. |
java.lang.Object |
getPluginInterface()
Deprecated. As of version 12.0. Replaced by com.crystaldecisions.sdk.plugin.desktop.server.IServerDestination.getConfigGlobalOptions(). See the BusinessObjects Enterprise Developer Guide for information on how to programmatically perform server administration tasks using the new Server Intelligence framework. |
boolean |
isEnabled()
Deprecated. As of version 12.0. Replaced by com.crystaldecisions.sdk.plugin.desktop.server.IServerDestination.getActualStatus(). |
void |
setEnabled(boolean enabled)
Deprecated. As of version 12.0. Replaced by com.crystaldecisions.sdk.plugin.desktop.server.IServerDestination.setRequestedStatus(boolean). |
| Method Detail |
|---|
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.
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
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.
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 | ||||||||