Package mx4j.adaptor.rmi.jrmp

Examples of mx4j.adaptor.rmi.jrmp.JRMPAdaptor.start()


      adaptorBean.putJNDIProperty(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.rmi.registry.RegistryContextFactory");
      adaptorBean.putJNDIProperty(javax.naming.Context.PROVIDER_URL, "rmi://localhost:1099");


      // Registers the JRMP adaptor in JNDI and starts it
      adaptorBean.start();
      hasStarted = true;
    }
  }
}
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.