|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getFactoryClassName()
Return the name of the factory class in use |
int |
getFreeCount()
Return the number of available objects in the pool |
java.lang.Class |
getObjectType()
Return the object type pooled by this pool |
int |
getSize()
Return the size of the pool |
int |
getUsedCount()
Return the number of used objects in the pool |
void |
setFactoryClassName(java.lang.String factoryClassName)
Set the name of the factory class to use. |
void |
setSize(int size)
Set the size of the pool |
Method Detail |
public int getFreeCount()
public int getUsedCount()
public int getSize()
public void setSize(int size) throws javax.management.MBeanException
size
- the size of the pool
javax.management.MBeanException
public java.lang.Class getObjectType()
public void setFactoryClassName(java.lang.String factoryClassName) throws javax.management.MBeanException
factoryClassName
-
javax.management.MBeanException
public java.lang.String getFactoryClassName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |