public interface IRuleTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
Rule |
composeNewACRule(AccessControlRuleDef aruledef) |
Rule |
composeNewIntRule(InterceptorRuleDef intdef) |
Rule |
composeNewNonStatRule(ComplexRuleDef ruledef) |
Rule |
composeNewStatRule(ComplexRuleDef ruledef) |
java.lang.String |
computeReferenceInfo(Rule rule) |
AccessControlRuleDef |
decomposeACRubric(Rubric rubric) |
AccessControlRuleDef |
decomposeACRule(Rule rule) |
ComplexRuleDef |
decomposeComplexRule(Rule rule) |
InterceptorRuleDef |
decomposeIntRule(Rule rule) |
java.lang.String |
describeIntRule(Rule rule) |
java.lang.String |
describeMonitoringRule(Rule rule) |
Rule[] |
enumRules() |
Xmlns[] |
stringToXmlnsVector(java.lang.String nsDecls) |
java.lang.String |
xmlnsVectorToString(Xmlns[] ns) |
AccessControlRuleDef decomposeACRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionInterceptorRuleDef decomposeIntRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRule composeNewACRule(AccessControlRuleDef aruledef) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String describeIntRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRule[] enumRules() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String describeMonitoringRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionComplexRuleDef decomposeComplexRule(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String xmlnsVectorToString(Xmlns[] ns) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAccessControlRuleDef decomposeACRubric(Rubric rubric) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRule composeNewNonStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
java.rmi.RemoteExceptionXmlns[] stringToXmlnsVector(java.lang.String nsDecls) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String computeReferenceInfo(Rule rule) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRule composeNewStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRule composeNewIntRule(InterceptorRuleDef intdef) throws java.rmi.RemoteException
java.rmi.RemoteException