org.jboss.test.jbossmx.performance.standard.support
Class Standard

java.lang.Object
  extended byorg.jboss.test.jbossmx.performance.standard.support.Standard
All Implemented Interfaces:
StandardMBean (src)

public class Standard
extends java.lang.Object
implements StandardMBean (src)


Constructor Summary
Standard()
           
 
Method Summary
 void counter()
           
 int getCount()
           
 void methodInvocation()
           
 void mixedArguments(java.lang.Integer int1, int int2, java.lang.Object[][][] space, Attribute (src)  attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Standard

public Standard()
Method Detail

methodInvocation

public void methodInvocation()
Specified by:
methodInvocation in interface StandardMBean (src)

counter

public void counter()
Specified by:
counter in interface StandardMBean (src)

getCount

public int getCount()

mixedArguments

public void mixedArguments(java.lang.Integer int1,
                           int int2,
                           java.lang.Object[][][] space,
                           Attribute (src)  attr)
Specified by:
mixedArguments in interface StandardMBean (src)