Examples of lookupPortableSFSBJNDINames()


Examples of org.jboss.test.ejb3.spec.global.jndi.JNDI31Lookup.lookupPortableSFSBJNDINames()

   public void testJNDINamesForSFSB() throws Exception
   {
      JNDI31Lookup delegateBean = (JNDI31Lookup) this.getInitialContext().lookup(JNDI31LookupBean.JNDI_NAME);
     
      delegateBean.lookupPortableSFSBJNDINames();

   }

   public void testJNDINamesForSingleton() throws Exception
   {
View Full Code Here

Examples of org.jboss.test.ejb3.spec.global.jndi.JNDILookup.lookupPortableSFSBJNDINames()

   public void testJNDINamesForSFSB() throws Exception
   {
      JNDILookup delegateBean = (JNDILookup) this.getInitialContext().lookup(JNDI30LookupBean.JNDI_NAME);
     
      delegateBean.lookupPortableSFSBJNDINames();

   }
 
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.