| Package | Description |
|---|---|
| com.corticon.eclipse.server.core |
| Modifier and Type | Method and Description |
|---|---|
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName)
Triggers a batch mode invocation of
astrDecisionServiceName Decision Service. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
java.util.Date adDecisionServiceEffectiveTimestamp)
Similar to
invokeBatchProcess(String) except that the user can specify what effective timestamp
should be using using the parameter adDecisionServiceEffectiveTimestamp. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
int aiDecisionServiceTargetMajorVersion)
Similar to
invokeBatchProcess(String) except that the user can specify which Major Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetMajorVersion. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Similar to
invokeBatchProcess(String) except that the user can specify which Minor Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetMajorVersion. |
void |
ICcServer.stopBatchProcess(java.lang.String astrDecisionServiceName)
Terminates an existing batch process for the given Decision Service.
|
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.