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.common.config.beans
Interface HashConfigMBean

All Superinterfaces:
HashConfigReadOnlyMBean
All Known Implementing Classes:
HashConfig

public interface HashConfigMBean
extends HashConfigReadOnlyMBean

Method Summary
 boolean isSetLocalHost()
           
 boolean isSetOriginRealm()
           
 void setLocalHost(String value)
          Sets the value of the localHost property.
 void setOriginRealm(String value)
          Sets the value of the originRealm property.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.online_mediation.common.config.beans.HashConfigReadOnlyMBean
getLocalHost, getOriginRealm

 

Method Detail

setLocalHost

void setLocalHost(String value)
Sets the value of the localHost property.

isSetLocalHost

boolean isSetLocalHost()

setOriginRealm

void setOriginRealm(String value)
Sets the value of the originRealm property.

isSetOriginRealm

boolean isSetOriginRealm()

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.