|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
int getCacheServerGroupChoice()
throws SDKException
Gets how to choose the server group for Caching the report.
int that indicates how to choose the server group for Caching the report.
SDKException - This is thrown if the process is unsuccessful.void setCacheServerGroupChoice(int mode)
Sets how to choose the server group for Caching the report.
mode - An int that indicates how to choose the server group for Caching the report.
int getCacheServerGroup()
throws SDKException
Gets the ID of the server group for Caching the report.
int that indicates the ID of the server group for Caching the report.
SDKException - This is thrown if the process is unsuccessful.void setCacheServerGroup(int groupID)
Sets the ID of the server group for Caching the report.
groupID - An int that indicates the ID of the server group for Caching the report.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||