1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateless.containermanaged.basic; 27 28 34 public interface ItfSessionObjectIdentity { 35 36 41 void testSLSameInstanceIdentityInjected(); 42 43 48 void testSLDifferentInstanceIdentityInjected(); 49 50 55 void testSFSameInstanceIdentityInjected(); 56 57 62 void testSFDifferentInstanceIdentityInjected(); 63 64 70 void testSLSameInstanceIdentityLookup() throws Exception ; 71 72 78 void testSLDifferentInstanceIdentityLookup() throws Exception ; 79 80 86 void testSFSameInstanceIdentityLookup() throws Exception ; 87 88 94 void testSFDifferentInstanceIdentityLookup() throws Exception ; 95 96 } 97 | Popular Tags |