org.csapi.jr.se.policy.provisioning
Interface PolicyCondition

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface PolicyCondition
extends Service

This interface represents a PolicyCondition.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 org.csapi.jr.se.policy.provisioning.PolicyRepository getParentRepository()
          Invokes the getParentRepository() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyRule getParentRule()
          Invokes the getParentRule() method on the Parlay Gateway.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

getParentRepository

public org.csapi.jr.se.policy.provisioning.PolicyRepository getParentRepository()
                                                                         throws PlatformException,
                                                                                CommonException
Invokes the getParentRepository() method on the Parlay Gateway.

PlatformException
CommonException

getParentRule

public org.csapi.jr.se.policy.provisioning.PolicyRule getParentRule()
                                                             throws PlatformException,
                                                                    CommonException
Invokes the getParentRule() method on the Parlay Gateway.

PlatformException
CommonException