test.performance.standard.support
Class Standard

java.lang.Object
  extended bytest.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 bogus1()
           
 void bogus10()
           
 void bogus2()
           
 void bogus3()
           
 void bogus4()
           
 void bogus5()
           
 void bogus6()
           
 void bogus7()
           
 void bogus8()
           
 void bogus9()
           
 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

bogus1

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

bogus2

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

bogus3

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

bogus4

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

bogus5

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

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)

bogus6

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

bogus7

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

bogus8

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

bogus9

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

bogus10

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