Package ponderEnforcement.policyService

Interface Summary
LocalPolicyServiceI Function: The part of the PolicyService which runs locally on the host where the other components of the system run.
PolicyServiceRI Function:This is implemented as a Remote Interface so that it can accept requests from remote clients (the PolicyService will normally not be running on the same host)
 

Class Summary
CompositePolicyEntry Function: Models a composite policy entry object.
CompositePolicyInst Function:This is class models a CompositePolicyInst.
CompositePolicyType Function:This is an implementation of the CompositePolicyTypeI interface
LocalPolicyService Function: The part of the PolicyService which runs locally on the host where the other components of the system run.
PolicyEntry Function: Models a policy entry object.
PolicyEntryInst  
PolicyEntryType Function: Models a type policy entry object.
PolicyServerStarter  
PolicyServiceImpl Function: The Implementation of the PolicyService remote interface.