Package org.jboss.fresh.registry

Examples of org.jboss.fresh.registry.RegistryContext.bind()


      }
      n = n.getSuffix(1);
    }

    Object bindInstance = getBindInstance();
    ctx.bind(n.get(0), bindInstance);

    log.info(getName() + ": '" + getJNDIName() + "' bound to '" + m_bindName + "' in registry");
   
    icBind(bindInstance);
    }
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.