Package org.csapi.jr.se.policy

Contains the Parlay Policy Management data types and interfaces.

See:
          Description

Interface Summary
Constants This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.policy
Notification This interface represents a Notification activity object.
NotificationListener This interface is to be implemented for receiving events issued by the Notification activity object.
Policy This interface represents a Policy.
PolicyAction This interface represents a PolicyAction.
PolicyCondition This interface represents a PolicyCondition.
PolicyDomain This interface represents a PolicyDomain.
PolicyDomainListener This interface is to be implemented for receiving events issued by the PolicyDomain service object.
PolicyEventAction This interface represents a PolicyEventAction.
PolicyEventCondition This interface represents a PolicyEventCondition.
PolicyEventDefinition This interface represents a PolicyEventDefinition.
PolicyExpressionAction This interface represents a PolicyExpressionAction.
PolicyExpressionCondition This interface represents a PolicyExpressionCondition.
PolicyGroup This interface represents a PolicyGroup.
PolicyIterator This interface represents a PolicyIterator.
PolicyManager This interface represents a PolicyManager.
PolicyRepository This interface represents a PolicyRepository.
PolicyRule This interface represents a PolicyRule.
PolicyTimePeriodCondition This interface represents a PolicyTimePeriodCondition.
 

Class Summary
PolicyActionListElement This data type is a Sequence of Data Elements which describes one element of a action list.
PolicyActionType This data type defines the action type in a policy rule.
PolicyConditionListElement This data type is a Sequence of Data Elements which describes one element of a condition list.
PolicyConditionListType This data type defines the type condition list in a policy rule.
PolicyConditionType This data type defines the condition type in a policy rule.
PolicyEvent This data type is a Sequence of Data Elements which describes a generic 'event'.
PolicyListType This defines a homogeneous list type.
PolicyNameType  
PolicyNameValue This data structure is used to pass in a variable name-value pair in an evalPolicy() request.
PolicyType This is a Tagged Choice of Data Elements with a TpPolicyTypeInfo discriminator.
PolicyTypeInfo TpPolicyTypeInfo is an enumerated type used as a discriminator for the TpPolicyType structure.
PolicyVar This defines the TpPolicyVar type.
ReportNotificationEvent Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
 

Exception Summary
AccessViolationException Thrown if the client does not have authorization to invoke this method on this object with these parameters.
NameSpaceErrorException Thrown if the specified name matches or does not match the name of an existing object of the appropriate type within this container.
NoTransactionInProcessException Thrown if there is currently no transaction in process.
PolicyException Policy Management abstract exception
SyntaxErrorException Thrown if the specified name is formatted improperly.
TransactionInProcessException Thrown if there is currently a transaction in process.
 

Package org.csapi.jr.se.policy Description

Contains the Parlay Policy Management data types and interfaces.