|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ISchedulingInfo.GroupChoice
This interface contains constants which specify the server group on which to run scheduled reports.
| Field Summary | |
|---|---|
static int |
FIRST_AVAILABLE
This constant specifies to use the first available server. |
static int |
PREFERED
Deprecated. Should use ISchedulingInfo.GroupChoice.PREFERRED instead.
|
static int |
PREFERRED
This constant specifies to give preference to servers found in the selected server group. |
static int |
SPECIFIED
This constant specifies to only use the servers that belong to the selected server group. |
| Field Detail |
|---|
static final int FIRST_AVAILABLE
This constant specifies to use the first available server. The server that has the most resources free at the time of scheduling will be used, regardless of the server group it is in.
static final int PREFERED
ISchedulingInfo.GroupChoice.PREFERRED instead.
This constant specifies to give preference to servers found in the selected server group. If none of these servers are available, then the report will be processed on the next available server.
static final int PREFERRED
This constant specifies to give preference to servers found in the selected server group. If none of these servers are available, then the report will be processed on the next available server.
static final int SPECIFIED
This constant specifies to only use the servers that belong to the selected server group. If all of these servers are unavailable, then the report will not be processed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||