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