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

All Known Subinterfaces:
IFullClient, IFullClientBase, IFullClientProcessingInfo

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

public 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

public 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

public 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

public 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.