Package com.mchange.v2.c3p0.management
Class DynamicPooledDataSourceManagerMBean
java.lang.Object
com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
- All Implemented Interfaces:
DynamicMBean
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicPooledDataSourceManagerMBean
(PooledDataSource pds, String mbeanName, MBeanServer mbs) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attr) getAttributes
(String[] attrs) void
setAttribute
(Attribute attrObj)
-
Constructor Details
-
DynamicPooledDataSourceManagerMBean
public DynamicPooledDataSourceManagerMBean(PooledDataSource pds, String mbeanName, MBeanServer mbs) throws Exception - Throws:
Exception
-
-
Method Details
-
getAttribute
public Object getAttribute(String attr) throws AttributeNotFoundException, MBeanException, ReflectionException - Specified by:
getAttribute
in interfaceDynamicMBean
- Throws:
AttributeNotFoundException
MBeanException
ReflectionException
-
getAttributes
- Specified by:
getAttributes
in interfaceDynamicMBean
-
getMBeanInfo
- Specified by:
getMBeanInfo
in interfaceDynamicMBean
-
invoke
public Object invoke(String operation, Object[] paramVals, String[] signature) throws MBeanException, ReflectionException - Specified by:
invoke
in interfaceDynamicMBean
- Throws:
MBeanException
ReflectionException
-
setAttribute
public void setAttribute(Attribute attrObj) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException - Specified by:
setAttribute
in interfaceDynamicMBean
- Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
-
setAttributes
- Specified by:
setAttributes
in interfaceDynamicMBean
-