|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a EvalPolicy activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
abortEvalPolicyReq(java.lang.String domainName)
Invokes the abortEvalPolicyReq() method on the Parlay Gateway. |
void |
addEvalPolicyListener(org.csapi.jr.se.policy.evaluation.EvalPolicyListener evalPolicyListener)
Adds a EvalPolicyListener which is interested in events generated by the EvalPolicy. |
void |
evalPolicyReq(java.lang.String domainName,
java.lang.String signatureName,
org.csapi.jr.se.policy.PolicyNameValue[] inputVariables)
Invokes the evalPolicyReq() method on the Parlay Gateway. |
org.csapi.jr.se.policy.evaluation.PolicyEvalManager |
getPolicyEvalManager()
Returns a reference to the PolicyEvalManager responsible for creation of the EvalPolicy. |
void |
removeEvalPolicyListener(org.csapi.jr.se.policy.evaluation.EvalPolicyListener evalPolicyListener)
Removes a EvalPolicyListener which is no longer interested events generated by the EvalPolicy. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.policy.evaluation.PolicyEvalManager getPolicyEvalManager()
public void addEvalPolicyListener(org.csapi.jr.se.policy.evaluation.EvalPolicyListener evalPolicyListener)
evalPolicyListener
- A reference to the EvalPolicyListener which is to be added as
a listener.public void removeEvalPolicyListener(org.csapi.jr.se.policy.evaluation.EvalPolicyListener evalPolicyListener)
evalPolicyListener
- A reference to the EvalPolicyListener which is to be removed as
a listener.public void evalPolicyReq(java.lang.String domainName, java.lang.String signatureName, org.csapi.jr.se.policy.PolicyNameValue[] inputVariables) throws PlatformException, java.lang.IllegalStateException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
java.lang.IllegalStateException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void abortEvalPolicyReq(java.lang.String domainName) throws PlatformException, CommonException
PlatformException
CommonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |