Skip navigation links

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

E26225-01


oracle.ocsb.app.localocf.common.actor.config.beans
Interface LOCFConfigTypeMBean

All Superinterfaces:
LOCFConfigTypeReadOnlyMBean
All Known Implementing Classes:
LOCFConfigType

public interface LOCFConfigTypeMBean
extends LOCFConfigTypeReadOnlyMBean

Method Summary
 void addCounters()
          Add a new element named counters
 boolean isPersistent()
          Gets the value of the persistent property.
 void removeCounters(int index)
          Remove an element named counters by the index
 void setDestinationHost(String value)
          Sets the value of the destinationHost property.
 void setDestinationRealm(String value)
          Sets the value of the destinationRealm property.
 void setNumActors(int value)
          Sets the value of the numActors property.
 void setPersistent(boolean value)
          Sets the value of the persistent property.
 void setUnitCalculatorObjectName(String value)
          Sets the value of the unitCalculatorObjectName property.

 

Methods inherited from interface oracle.ocsb.app.localocf.common.actor.config.beans.LOCFConfigTypeReadOnlyMBean
getCountersMBean, getDestinationHost, getDestinationRealm, getNumActors, getUnitCalculatorObjectName

 

Method Detail

setNumActors

void setNumActors(int value)
Sets the value of the numActors property.

isPersistent

boolean isPersistent()
Gets the value of the persistent property.

setPersistent

void setPersistent(boolean value)
Sets the value of the persistent property.

setUnitCalculatorObjectName

void setUnitCalculatorObjectName(String value)
Sets the value of the unitCalculatorObjectName property.

setDestinationRealm

void setDestinationRealm(String value)
Sets the value of the destinationRealm property.

setDestinationHost

void setDestinationHost(String value)
Sets the value of the destinationHost property.

addCounters

void addCounters()
Add a new element named counters

removeCounters

void removeCounters(int index)
Remove an element named counters 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.