Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.app.config.beans
Interface PoliciesMBean

All Superinterfaces:
PoliciesReadOnlyMBean
All Known Implementing Classes:
Policies

public interface PoliciesMBean
extends PoliciesReadOnlyMBean

Method Summary
 void addChargingProfile()
          Add a new element named chargingProfile
 void addPccProfile()
          Add a new element named pccProfile
 void addPolicyControlProfile()
          Add a new element named policyControlProfile
 void removeChargingProfile(int index)
          Remove an element named chargingProfile by the index
 void removePccProfile(int index)
          Remove an element named pccProfile by the index
 void removePolicyControlProfile(int index)
          Remove an element named policyControlProfile by the index

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.PoliciesReadOnlyMBean
getChargingProfileMBean, getPccProfileMBean, getPolicyControlProfileMBean

 

Method Detail

addPccProfile

void addPccProfile()
Add a new element named pccProfile

removePccProfile

void removePccProfile(int index)
Remove an element named pccProfile by the index

addPolicyControlProfile

void addPolicyControlProfile()
Add a new element named policyControlProfile

removePolicyControlProfile

void removePolicyControlProfile(int index)
Remove an element named policyControlProfile by the index

addChargingProfile

void addChargingProfile()
Add a new element named chargingProfile

removeChargingProfile

void removeChargingProfile(int index)
Remove an element named chargingProfile by the index

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.