1 22 package org.jboss.test.aop.scoped; 23 24 29 public interface ScopedTesterMBean 30 { 31 void setExpectedInterceptorValue(int i); 32 int getExpectedInterceptorValue(); 33 void setExpectedAspectValue(int i); 34 int getExpectedAspectValue(); 35 void setMetadataSuffix(int i); 36 37 void testExpectedValues(); 38 void testScoped() throws Exception ; 39 void testIntroduction1(); 40 void testIntroduction2(); 41 void testAnnotatedScopedAnnotationsDeployed(); 42 void testAnnotatedScopedAnnotationsNotDeployed(); 43 } 44 | Popular Tags |