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 ObjectgetAttribute(String name)AttributeListgetAttributes(String[] attributes)static S3ServiceExceptionMxgetInstance()MBeanInfogetMBeanInfo()static voidincrement()static voidincrement(String code)voidincrementCounter(String code)Objectinvoke(String actionName, Object[] params, String[] signature)static voidregisterMBean()voidsetAttribute(Attribute attribute)AttributeListsetAttributes(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:
getAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionMBeanExceptionReflectionException
-
getAttributes
public AttributeList getAttributes(String[] attributes)
- Specified by:
getAttributesin interfaceDynamicMBean
-
getMBeanInfo
public MBeanInfo getMBeanInfo()
- Specified by:
getMBeanInfoin interfaceDynamicMBean
-
invoke
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
- Specified by:
invokein interfaceDynamicMBean- Throws:
MBeanExceptionReflectionException
-
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
- Specified by:
setAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionException
-
setAttributes
public AttributeList setAttributes(AttributeList attributes)
- Specified by:
setAttributesin interfaceDynamicMBean
-
-