contribs.mx
Class S3ServiceExceptionMx

java.lang.Object
  extended by contribs.mx.S3ServiceExceptionMx
All Implemented Interfaces:
DynamicMBean

public class S3ServiceExceptionMx
extends Object
implements DynamicMBean


Constructor Summary
S3ServiceExceptionMx()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S3ServiceExceptionMx

public S3ServiceExceptionMx()
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 interface DynamicMBean
Throws:
AttributeNotFoundException
MBeanException
ReflectionException

getAttributes

public AttributeList getAttributes(String[] attributes)
Specified by:
getAttributes in interface DynamicMBean

getMBeanInfo

public MBeanInfo getMBeanInfo()
Specified by:
getMBeanInfo in interface DynamicMBean

invoke

public Object invoke(String actionName,
                     Object[] params,
                     String[] signature)
              throws MBeanException,
                     ReflectionException
Specified by:
invoke in interface DynamicMBean
Throws:
MBeanException
ReflectionException

setAttribute

public void setAttribute(Attribute attribute)
                  throws AttributeNotFoundException,
                         InvalidAttributeValueException,
                         MBeanException,
                         ReflectionException
Specified by:
setAttribute in interface DynamicMBean
Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException

setAttributes

public AttributeList setAttributes(AttributeList attributes)
Specified by:
setAttributes in interface DynamicMBean