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