org.objectweb.jonas.server
Class WorkManagerMBean

java.lang.Object
  extended by org.objectweb.jonas.server.WorkManagerMBean

public class WorkManagerMBean
extends java.lang.Object


Constructor Summary
WorkManagerMBean(JWorkManager wm)
          Construct MBean
 
Method Summary
 int getCurrentPoolSize()
           
 int getMaxPoolSize()
           
 int getMinPoolSize()
           
 void setMaxPoolSize(int maxsz)
           
 void setMinPoolSize(int minsz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkManagerMBean

public WorkManagerMBean(JWorkManager wm)
Construct MBean

Method Detail

getCurrentPoolSize

public int getCurrentPoolSize()
Returns:
current pool size

getMinPoolSize

public int getMinPoolSize()
Returns:
min pool size

getMaxPoolSize

public int getMaxPoolSize()
Returns:
max pool size

setMinPoolSize

public void setMinPoolSize(int minsz)
Parameters:
minsz - min pool size

setMaxPoolSize

public void setMaxPoolSize(int maxsz)
Parameters:
maxsz - max pool size