Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.online_mediation.config.beans
Interface ChargingConfigMBean

All Superinterfaces:
ChargingConfigReadOnlyMBean
All Known Implementing Classes:
ChargingConfig

public interface ChargingConfigMBean
extends ChargingConfigReadOnlyMBean

Method Summary
 boolean isSetLocalOcsHost()
           
 boolean isSetLocalOcsRealm()
           
 boolean isSetUseGlobalId()
           
 boolean isSetUserProfileTimeout()
           
 boolean isUseGlobalId()
          Gets the value of the useGlobalId property.
 void setLocalOcsHost(String value)
          Sets the value of the localOcsHost property.
 void setLocalOcsRealm(String value)
          Sets the value of the localOcsRealm property.
 void setUseGlobalId(boolean value)
          Sets the value of the useGlobalId property.
 void setUserProfileTimeout(long value)
          Sets the value of the userProfileTimeout property.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.online_mediation.config.beans.ChargingConfigReadOnlyMBean
getLocalOcsHost, getLocalOcsRealm, getUserProfileTimeout

 

Method Detail

setLocalOcsRealm

void setLocalOcsRealm(String value)
Sets the value of the localOcsRealm property.

isSetLocalOcsRealm

boolean isSetLocalOcsRealm()

setLocalOcsHost

void setLocalOcsHost(String value)
Sets the value of the localOcsHost property.

isSetLocalOcsHost

boolean isSetLocalOcsHost()

setUserProfileTimeout

void setUserProfileTimeout(long value)
Sets the value of the userProfileTimeout property.

isSetUserProfileTimeout

boolean isSetUserProfileTimeout()

isUseGlobalId

boolean isUseGlobalId()
Gets the value of the useGlobalId property.

setUseGlobalId

void setUseGlobalId(boolean value)
Sets the value of the useGlobalId property.

isSetUseGlobalId

boolean isSetUseGlobalId()

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.