Examples of lookupPortableSingletonBeanJNDINames()


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

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

   }

}
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.