test.performance.dynamic.support
Class Dyn
java.lang.Object
test.performance.dynamic.support.Dyn
- All Implemented Interfaces:
- DynamicMBean
public class Dyn
- extends Object
- implements DynamicMBean
Dynamic MBean with a single void management operation.
- Version:
- $Revision: 81022 $
- Author:
- Juha Lindfors.
Constructor Summary |
Dyn()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dyn
public Dyn()
getAttribute
public Object getAttribute(String attribute)
throws AttributeNotFoundException,
MBeanException,
ReflectionException
- Specified by:
getAttribute
in interface DynamicMBean
- Throws:
AttributeNotFoundException
MBeanException
ReflectionException
setAttribute
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException
- Specified by:
setAttribute
in interface DynamicMBean
- Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
getAttributes
public AttributeList getAttributes(String[] attributes)
- Specified by:
getAttributes
in interface DynamicMBean
setAttributes
public AttributeList setAttributes(AttributeList attributes)
- Specified by:
setAttributes
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
getMBeanInfo
public MBeanInfo getMBeanInfo()
- Specified by:
getMBeanInfo
in interface DynamicMBean
myMethod
public Object myMethod(Integer int1,
int int2,
Object[][][] space,
Attribute attr)
getCount
public int getCount()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.