Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
WorkManagerMBean
All Known Implementing Classes:
WorkManager

public interface WorkManagerReadOnlyMBean

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.

 

Method Detail

getName

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

getMinThreads

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

getMaxThreads

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

getFairshare

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

getCapacity

int getCapacity()
Gets 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.