Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.adapter
Interface WorkManagerMBean

All Superinterfaces:
WorkManagerReadOnlyMBean
All Known Implementing Classes:
WorkManager

public interface WorkManagerMBean
extends WorkManagerReadOnlyMBean

Method Summary
 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 interface oracle.axia.config.beans.protocol.adapter.WorkManagerReadOnlyMBean
getCapacity, getFairshare, getMaxThreads, getMinThreads, getName

 

Method Detail

setName

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

setMinThreads

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

setMaxThreads

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

setFairshare

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

setCapacity

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.