1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.interceptorxml; 27 28 34 public interface ItfInterceptorTester00 { 35 36 40 void testInterceptorOrder01(); 41 42 47 void testInterceptorOrder02(); 48 49 52 void testInterceptorOrder03(); 53 54 57 void testPostConstruct(); 58 59 62 void testPreDestroy(); 63 64 67 void testPrePassivate(); 68 69 72 void testPostActivate(); 73 74 } 75 | Popular Tags |