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

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

public interface PolicyEventDefinition
extends Service

This interface represents a PolicyEventDefinition.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 org.csapi.jr.se.Attribute[] getOptionalAttributes()
          Invokes the getOptionalAttributes() method on the Parlay Gateway.
 org.csapi.jr.se.policy.provisioning.PolicyDomain getParentDomain()
          Invokes the getParentDomain() method on the Parlay Gateway.
 org.csapi.jr.se.Attribute[] getRequiredAttributes()
          Invokes the getRequiredAttributes() method on the Parlay Gateway.
 void setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
          Invokes the setOptionalAttributes() method on the Parlay Gateway.
 void setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
          Invokes the setRequiredAttributes() method on the Parlay Gateway.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

setRequiredAttributes

public void setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
                           throws PlatformException,
                                  CommonException,
                                  AccessViolationException,
                                  NoTransactionInProcessException
Invokes the setRequiredAttributes() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException

setOptionalAttributes

public void setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
                           throws PlatformException,
                                  CommonException,
                                  AccessViolationException,
                                  NoTransactionInProcessException
Invokes the setOptionalAttributes() method on the Parlay Gateway.

PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException

getRequiredAttributes

public org.csapi.jr.se.Attribute[] getRequiredAttributes()
                                                  throws PlatformException,
                                                         CommonException
Invokes the getRequiredAttributes() method on the Parlay Gateway.

PlatformException
CommonException

getOptionalAttributes

public org.csapi.jr.se.Attribute[] getOptionalAttributes()
                                                  throws PlatformException,
                                                         CommonException
Invokes the getOptionalAttributes() method on the Parlay Gateway.

PlatformException
CommonException

getParentDomain

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

PlatformException
CommonException