|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerDestination
This interface provides access to the destination options and status for a server destination.
| Method Summary | |
|---|---|
boolean |
getActualStatus()
Returns the status for this server destination. |
IDestinationScheduleOptions |
getConfigActualGlobalOptions()
Returns the destination scheduling options for this server destination. |
IDestinationScheduleOptions |
getConfigGlobalOptions()
Returns the destination scheduling options for this server destination. |
java.lang.String |
getName()
Returns the name of the server destination. |
boolean |
getRequestedStatus()
Returns the desired status for this server destination. |
void |
setRequestedStatus(boolean enabled)
Sets the desired status for this server destination. |
| Method Detail |
|---|
java.lang.String getName()
Returns the name of the server destination.
boolean getRequestedStatus()
Returns the desired status for this server destination.
true if this server destinatinon should be enabled, false otherwise.
void setRequestedStatus(boolean enabled)
throws SDKException
Sets the desired status for this server destination.
true - if this server destination should be enabled, false otherwise.
SDKExceptionboolean getActualStatus()
Returns the status for this server destination.
true if this server destinatinon is enabled, false otherwise.
IDestinationScheduleOptions getConfigGlobalOptions()
throws SDKException
Returns the destination scheduling options for this server destination. The values returned by this method represent the desired settings for the scheduling options.
SDKException - This is thrown if the process is unsuccessful.
IDestinationScheduleOptions getConfigActualGlobalOptions()
throws SDKException
Returns the destination scheduling options for this server destination.
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 | ||||||||