com.crystaldecisions.sdk.plugin.desktop.common
Interface IProcessingServerGroupInfo

All Known Subinterfaces:
IFullClient, IFullClientBase, IFullClientProcessingInfo, IReport, IReportBase, IReportProcessingInfo

public interface IProcessingServerGroupInfo

This interface defines a set of information about the processing server group.


Method Summary
 int getProcessingServerGroup()
          Gets the ID of the server group for Processing the report.
 int getProcessingServerGroupChoice()
          Gets how to choose the server group for Processing the report.
 void setProcessingServerGroup(int groupID)
          Sets the ID of the server group for Processing the report.
 void setProcessingServerGroupChoice(int mode)
          Sets how to choose the server group for Processing the report.
 

Method Detail

getProcessingServerGroupChoice

int getProcessingServerGroupChoice()
                                   throws SDKException

Gets how to choose the server group for Processing the report.

Returns:
An int that indicates how to choose the server group for Processing the report.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setProcessingServerGroupChoice

void setProcessingServerGroupChoice(int mode)

Sets how to choose the server group for Processing the report.

Parameters:
mode - An int that indicates how to choose the server group for Processing the report.

getProcessingServerGroup

int getProcessingServerGroup()
                             throws SDKException

Gets the ID of the server group for Processing the report.

Returns:
An int that indicates the ID of the server group for Processing the report.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setProcessingServerGroup

void setProcessingServerGroup(int groupID)

Sets the ID of the server group for Processing the report.

Parameters:
groupID - An int that indicates the ID of the server group for Processing the report.