Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.protocol.container
Interface WorkManagerMBean


public interface WorkManagerMBean

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.
 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(String value)
          Sets the value of the name property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getMinThreads

int getMinThreads()
Gets the value of the minThreads property.

setMinThreads

void setMinThreads(int value)
Sets the value of the minThreads property.

getMaxThreads

int getMaxThreads()
Gets the value of the maxThreads property.

setMaxThreads

void setMaxThreads(int value)
Sets the value of the maxThreads property.

getFairshare

int getFairshare()
Gets the value of the fairshare property.

setFairshare

void setFairshare(int value)
Sets the value of the fairshare property.

getCapacity

int getCapacity()
Gets the value of the capacity property.

setCapacity

void setCapacity(int value)
Sets the value of the capacity property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.