Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.adapter
Class WorkManager

java.lang.Object
  extended by oracle.axia.config.beans.protocol.adapter.WorkManager

All Implemented Interfaces:
WorkManagerMBean, WorkManagerReadOnlyMBean

public class WorkManager
extends java.lang.Object
implements WorkManagerMBean

Java class for WorkManager complex type.

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

 <complexType name="WorkManager">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="minThreads" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="maxThreads" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="fairshare" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="capacity" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int capacity
           
protected  int fairshare
           
protected  int maxThreads
           
protected  int minThreads
           
protected  java.lang.String name
           

 

Constructor Summary
WorkManager()
          Default Constructor
WorkManager(java.lang.String name, int minThreads, int maxThreads, int fairshare, int capacity)
           

 

Method Summary
 int getCapacity()
          Gets the value of the capacity property.
 int getFairshare()
          Gets the value of the fairshare property.
 int getMaxThreads()
          Gets the value of the maxThreads property.
 int getMinThreads()
          Gets the value of the minThreads property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCapacity(int value)
          Sets the value of the capacity property.
 void setFairshare(int value)
          Sets the value of the fairshare property.
 void setMaxThreads(int value)
          Sets the value of the maxThreads property.
 void setMinThreads(int value)
          Sets the value of the minThreads property.
 void setName(java.lang.String value)
          Sets the value of the name property.

 

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

 

Field Detail

name

protected java.lang.String name

minThreads

protected int minThreads

maxThreads

protected int maxThreads

fairshare

protected int fairshare

capacity

protected int capacity

Constructor Detail

WorkManager

public WorkManager()
Default Constructor

WorkManager

public WorkManager(java.lang.String name,
                   int minThreads,
                   int maxThreads,
                   int fairshare,
                   int capacity)

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface WorkManagerReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface WorkManagerMBean
Parameters:
value - allowed object is String

getMinThreads

public int getMinThreads()
Gets the value of the minThreads property.
Specified by:
getMinThreads in interface WorkManagerReadOnlyMBean

setMinThreads

public void setMinThreads(int value)
Sets the value of the minThreads property.
Specified by:
setMinThreads in interface WorkManagerMBean

getMaxThreads

public int getMaxThreads()
Gets the value of the maxThreads property.
Specified by:
getMaxThreads in interface WorkManagerReadOnlyMBean

setMaxThreads

public void setMaxThreads(int value)
Sets the value of the maxThreads property.
Specified by:
setMaxThreads in interface WorkManagerMBean

getFairshare

public int getFairshare()
Gets the value of the fairshare property.
Specified by:
getFairshare in interface WorkManagerReadOnlyMBean

setFairshare

public void setFairshare(int value)
Sets the value of the fairshare property.
Specified by:
setFairshare in interface WorkManagerMBean

getCapacity

public int getCapacity()
Gets the value of the capacity property.
Specified by:
getCapacity in interface WorkManagerReadOnlyMBean

setCapacity

public void setCapacity(int value)
Sets the value of the capacity property.
Specified by:
setCapacity in interface WorkManagerMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.