Skip navigation links

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

E26225-01


oracle.ocsb.app.localocf.localocfhash.config.beans
Class LOCFConfigType

java.lang.Object
  extended by oracle.ocsb.app.localocf.localocfhash.config.beans.LOCFConfigType

All Implemented Interfaces:
LOCFConfigTypeMBean, LOCFConfigTypeReadOnlyMBean

public class LOCFConfigType
extends Object
implements LOCFConfigTypeMBean

Java class for LOCFConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LOCFConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numActors" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int numActors
           

 

Constructor Summary
LOCFConfigType()
          Default Constructor
LOCFConfigType(int numActors)
           

 

Method Summary
 int getNumActors()
          Gets the value of the numActors property.
 void setNumActors(int value)
          Sets the value of the numActors property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

numActors

protected int numActors

Constructor Detail

LOCFConfigType

public LOCFConfigType()
Default Constructor

LOCFConfigType

public LOCFConfigType(int numActors)

Method Detail

getNumActors

public int getNumActors()
Gets the value of the numActors property.
Specified by:
getNumActors in interface LOCFConfigTypeReadOnlyMBean

setNumActors

public void setNumActors(int value)
Sets the value of the numActors property.
Specified by:
setNumActors in interface LOCFConfigTypeMBean

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.