Package contribs.mx
Class S3ServiceExceptionMx
java.lang.Object
contribs.mx.S3ServiceExceptionMx
- All Implemented Interfaces:
DynamicMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) getAttributes
(String[] attributes) static S3ServiceExceptionMx
static void
static void
void
incrementCounter
(String code) static void
void
setAttribute
(Attribute attribute) setAttributes
(AttributeList attributes)
-
Constructor Details
-
S3ServiceExceptionMx
public S3ServiceExceptionMx()
-
-
Method Details
-
increment
-
increment
public static void increment() -
registerMBean
public static void registerMBean() -
getInstance
-
incrementCounter
-
getAttribute
public Object getAttribute(String name) 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 actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException - Specified by:
invoke
in interfaceDynamicMBean
- Throws:
MBeanException
ReflectionException
-
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException - Specified by:
setAttribute
in interfaceDynamicMBean
- Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
-
setAttributes
- Specified by:
setAttributes
in interfaceDynamicMBean
-