| Package | Description |
|---|---|
| com.corticon.eclipse.server.core |
| Modifier and Type | Method and Description |
|---|---|
void |
ICcServer.deregisterTrackingAttribute(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion,
java.lang.String astrRegisteredTrackingAttribute)
Deregisters a particular attribute in Corticon Data Monitoring subsystem.
|
void |
ICcServer.deregisterTrackingAttribute(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
java.lang.String astrRegisteredTrackingAttribute)
Invokes
deregisterTrackingAttribute(astrDecisionServiceName, aiDecisionServiceMajorVersion, . |
void |
ICcServer.deregisterTrackingAttribute(java.lang.String astrDecisionServiceName,
java.lang.String astrRegisteredTrackingAttribute)
Invokes
deregisterTrackingAttribute(astrDecisionServiceName, . |
org.jdom.Document |
ICcServer.execute(org.jdom.Document aCorticonRequestDoc)
Equivalent to the method
execute(String), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
org.jdom.Document |
ICcServer.execute(org.jdom.Document aCorticonRequestDoc,
ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String, ICcServerHttpInfo), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
org.json.JSONObject |
ICcServer.execute(org.json.JSONObject ajsonObjectPayload)
Invoke a specific Decision Service by passing in a
JSONObject. |
org.json.JSONObject |
ICcServer.execute(org.json.JSONObject ajsonObjectPayload,
ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to
execute(JSONObject), except for this method accepts ICcServerHttpInfo |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest)
Invoke a specific Decision Service by passing in a
CorticonRequest XML message in String form. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp)
Similar to
execute(String, Collection) except that the user can specify what effective timestamp
should be using using the parameter adDecisionServiceEffectiveTimestamp. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, Collection, Date) except that the user can specify what major version number
should be using for the parameter aiDecisionServiceTargetMajorVersion. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, Collection) except that the user can specify which Major Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Similar to
execute(String, Collection, int) except that the user can specify which Minor Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest,
ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String), except for this method accepts ICcServerHttpInfo |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp)
Equivalent to the method
execute(String, Collection, Date), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Equivalent to the method
execute(String, Collection, Date, int), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map acolWorkObjs,
int aiDecisionServiceTargetMajorVersion)
Equivalent to the method
execute(String, Collection, int), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Equivalent to the method
execute(String, Collection, int, int), except that a Map
is passed in instead of a Collection. |
long |
ICcServer.getTotalExecutionCount()
Returns the total execution count across all Decision Service Versions.
|
long |
ICcServer.getTotalExecutionTime()
Returns the total execution time across all Decision Service Versions.
|
void |
ICcServer.registerTrackingAttribute(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion,
java.lang.String astrRegisteredTrackingAttribute,
java.lang.String astrBucketString)
Registers a particular attribute in Corticon Data Monitoring subsystem.
|
void |
ICcServer.registerTrackingAttribute(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
java.lang.String astrRegisteredTrackingAttribute,
java.lang.String astrBucketString)
Invokes
registerTrackingAttribute(astrDecisionServiceName, aiDecisionServiceMajorVersion, . |
void |
ICcServer.registerTrackingAttribute(java.lang.String astrDecisionServiceName,
java.lang.String astrRegisteredTrackingAttribute,
java.lang.String astrBucketString)
Invokes
registerTrackingAttribute(astrDecisionServiceName, . |
Copyright © 2005-2020 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.