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

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

public interface ICacheServerGroupInfo

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


Method Summary
 int getCacheServerGroup()
          Gets the ID of the server group for Caching the report.
 int getCacheServerGroupChoice()
          Gets how to choose the server group for Caching the report.
 void setCacheServerGroup(int groupID)
          Sets the ID of the server group for Caching the report.
 void setCacheServerGroupChoice(int mode)
          Sets how to choose the server group for Caching the report.
 

Method Detail

getCacheServerGroupChoice

int getCacheServerGroupChoice()
                              throws SDKException

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

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

setCacheServerGroupChoice

void setCacheServerGroupChoice(int mode)

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

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

getCacheServerGroup

int getCacheServerGroup()
                        throws SDKException

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

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

setCacheServerGroup

void setCacheServerGroup(int groupID)

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

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