|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoTransactionInProcessException | |
org.csapi.jr.se.policy | Contains the Parlay Policy Management data types and interfaces. |
org.csapi.jr.se.policy.provisioning | Contains the Parlay Policy Management Provisioning interfaces. |
Uses of NoTransactionInProcessException in org.csapi.jr.se.policy |
Methods in org.csapi.jr.se.policy that throw NoTransactionInProcessException | |
void |
Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
Invokes the setAttribute() method on the Parlay Gateway. |
void |
Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
Invokes the setAttributes() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
PolicyRule.createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
void |
PolicyRule.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
PolicyRule.createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
void |
PolicyRule.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.PolicyTimePeriodCondition conditionReference)
Invokes the setValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.unsetValidityPeriodCondition()
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
void |
PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
Invokes the setActionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyGroup.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
void |
PolicyGroup.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyGroup.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
void |
PolicyGroup.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyRepository.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
void |
PolicyRepository.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
PolicyRepository.createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
void |
PolicyRepository.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
PolicyRepository.createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
void |
PolicyRepository.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyManager.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
void |
PolicyManager.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyManager.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
void |
PolicyManager.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
boolean |
PolicyManager.commitTransaction()
Invokes the commitTransaction() method on the Parlay Gateway. |
void |
PolicyManager.abortTransaction()
Invokes the abortTransaction() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
Invokes the setRequiredAttributes() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
Invokes the setOptionalAttributes() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyDomain.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
void |
PolicyDomain.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyDomain.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
void |
PolicyDomain.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyDomain.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
void |
PolicyDomain.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyEventDefinition |
PolicyDomain.createEventDefinition(java.lang.String eventDefinitionName,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Invokes the createEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
Invokes the removeEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.createVariableSet(java.lang.String variableSetName)
Invokes the createVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariableSet(java.lang.String variableSetName)
Invokes the removeVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.setVariable(java.lang.String variableSetName,
org.csapi.jr.se.Attribute variable)
Invokes the setVariable() method on the Parlay Gateway. |
Uses of NoTransactionInProcessException in org.csapi.jr.se.policy.provisioning |
Methods in org.csapi.jr.se.policy.provisioning that throw NoTransactionInProcessException | |
void |
Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
Invokes the setAttribute() method on the Parlay Gateway. |
void |
Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
Invokes the setAttributes() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyCondition |
PolicyRule.createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
void |
PolicyRule.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyAction |
PolicyRule.createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
void |
PolicyRule.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.provisioning.PolicyTimePeriodCondition conditionReference)
Invokes the setValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.unsetValidityPeriodCondition()
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
void |
PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
Invokes the setActionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyGroup.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
void |
PolicyGroup.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyGroup.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
void |
PolicyGroup.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyRepository.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
void |
PolicyRepository.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyCondition |
PolicyRepository.createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
void |
PolicyRepository.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyAction |
PolicyRepository.createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
void |
PolicyRepository.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyManager.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
void |
PolicyManager.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyManager.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
void |
PolicyManager.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
boolean |
PolicyManager.commitTransaction()
Invokes the commitTransaction() method on the Parlay Gateway. |
void |
PolicyManager.abortTransaction()
Invokes the abortTransaction() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
Invokes the setRequiredAttributes() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
Invokes the setOptionalAttributes() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyDomain.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
void |
PolicyDomain.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyDomain.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
void |
PolicyDomain.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyDomain.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
void |
PolicyDomain.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyEventDefinition |
PolicyDomain.createEventDefinition(java.lang.String eventDefinitionName,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Invokes the createEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
Invokes the removeEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.createVariableSet(java.lang.String variableSetName)
Invokes the createVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariableSet(java.lang.String variableSetName)
Invokes the removeVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.createVariable(java.lang.String variableSetName,
java.lang.String variableName,
org.csapi.jr.se.policy.PolicyType variableType)
Invokes the createVariable() method on the Parlay Gateway. |
void |
PolicyDomain.setVariableValue(java.lang.String variableSetName,
java.lang.String variableName,
org.omg.CORBA.Any variableValue)
Invokes the setVariableValue() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariable(java.lang.String variablSetName,
java.lang.String variableName)
Invokes the removeVariable() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicySignature |
PolicyDomain.createSignature(java.lang.String signatureName)
Invokes the createSignature() method on the Parlay Gateway. |
void |
PolicyDomain.removeSignature(java.lang.String signatureName)
Invokes the removeSignature() method on the Parlay Gateway. |
void |
PolicySignature.setInputVariables(java.lang.String[] inputVariables)
Invokes the setInputVariables() method on the Parlay Gateway. |
void |
PolicySignature.setOutputVariables(java.lang.String[] outputVariables)
Invokes the setOutputVariables() method on the Parlay Gateway. |
void |
PolicySignature.setGroupNames(java.lang.String[] groupNames)
Invokes the setGroupNames() method on the Parlay Gateway. |
void |
PolicySignature.setPolicyRoles(java.lang.String[] roleNames)
Invokes the setPolicyRoles() method on the Parlay Gateway. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |