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 GlobalParamsMBean

All Superinterfaces:
GlobalParamsReadOnlyMBean
All Known Implementing Classes:
GlobalParams

public interface GlobalParamsMBean
extends GlobalParamsReadOnlyMBean

Method Summary
 boolean isInstallDefaultPlan()
          Gets the value of the installDefaultPlan property.
 void setAccessNwChargingAddress(String value)
          Sets the value of the accessNwChargingAddress property.
 void setEventsSubscribed(String value)
          Sets the value of the eventsSubscribed property.
 void setInstallDefaultPlan(boolean value)
          Sets the value of the installDefaultPlan property.
 void setOffline(String value)
          Sets the value of the offline property.
 void setOnline(String value)
          Sets the value of the online property.
 void setPrimaryChargingCollectionFn(String value)
          Sets the value of the primaryChargingCollectionFn property.
 void setPrimaryEventChargingFn(String value)
          Sets the value of the primaryEventChargingFn property.
 void setRevalidationTime(long value)
          Sets the value of the revalidationTime property.
 void setSecondaryChargingCollectionFn(String value)
          Sets the value of the secondaryChargingCollectionFn property.
 void setSecondaryEventChargingFn(String value)
          Sets the value of the secondaryEventChargingFn property.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.GlobalParamsReadOnlyMBean
getAccessNwChargingAddress, getEventsSubscribed, getOffline, getOnline, getPrimaryChargingCollectionFn, getPrimaryEventChargingFn, getRevalidationTime, getSecondaryChargingCollectionFn, getSecondaryEventChargingFn

 

Method Detail

setRevalidationTime

void setRevalidationTime(long value)
Sets the value of the revalidationTime property.

setEventsSubscribed

void setEventsSubscribed(String value)
Sets the value of the eventsSubscribed property.

setPrimaryEventChargingFn

void setPrimaryEventChargingFn(String value)
Sets the value of the primaryEventChargingFn property.

setSecondaryEventChargingFn

void setSecondaryEventChargingFn(String value)
Sets the value of the secondaryEventChargingFn property.

setPrimaryChargingCollectionFn

void setPrimaryChargingCollectionFn(String value)
Sets the value of the primaryChargingCollectionFn property.

setSecondaryChargingCollectionFn

void setSecondaryChargingCollectionFn(String value)
Sets the value of the secondaryChargingCollectionFn property.

setOnline

void setOnline(String value)
Sets the value of the online property.

setOffline

void setOffline(String value)
Sets the value of the offline property.

setAccessNwChargingAddress

void setAccessNwChargingAddress(String value)
Sets the value of the accessNwChargingAddress property.

isInstallDefaultPlan

boolean isInstallDefaultPlan()
Gets the value of the installDefaultPlan property.

setInstallDefaultPlan

void setInstallDefaultPlan(boolean value)
Sets the value of the installDefaultPlan property.

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.