1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.interceptorxml; 27 28 34 public interface ItfInterceptorTester02 { 35 36 40 void testInterceptorOrder01(); 41 42 46 void testInterceptorOrder02(); 47 48 51 void testPostConstruct(); 52 53 56 void testPreDestroy(); 57 58 61 void testPrePassivate(); 62 63 66 void testPostActivate(); 67 68 } 69 | Popular Tags |