|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas.server.WorkManagerMBean
public class WorkManagerMBean
| 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 |
|---|
public WorkManagerMBean(JWorkManager wm)
| Method Detail |
|---|
public int getCurrentPoolSize()
public int getMinPoolSize()
public int getMaxPoolSize()
public void setMinPoolSize(int minsz)
minsz - min pool sizepublic void setMaxPoolSize(int maxsz)
maxsz - max pool size
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||