1 22 package test.performance.standard.support; 23 24 import javax.management.Attribute ; 25 26 31 public interface StandardMBean 32 { 33 void bogus1(); 34 void bogus2(); 35 void bogus3(); 36 void bogus4(); 37 void bogus5(); 38 39 void methodInvocation(); 40 void counter(); 41 void mixedArguments(Integer int1, int int2, Object [][][] space, Attribute attr); 42 43 void bogus6(); 44 void bogus7(); 45 void bogus8(); 46 void bogus9(); 47 void bogus10(); 48 49 50 } 51 52 53 54 55 | Popular Tags |