Package open.dolphin.ejb

Examples of open.dolphin.ejb.RemoteSystemService


            //String providerURL = "jnp://localhost:1099";
            String hostAddr = Project.getHostAddress();
            String providerURL = "jnp://" + hostAddr + ":1099";
//masuda$
            LoginHelper.setEJBClientContext(hostAddr, "4777", qid, password);
            RemoteSystemService service = (RemoteSystemService) LoginHelper.lookup("RemoteSystemService");
           
            String result = service.helloDolphin();
            return result;

        }
View Full Code Here


            //String providerURL = "jnp://localhost:1099";
            String hostAddr = Project.getHostAddress();
            String providerURL = "jnp://" + hostAddr + ":1099";
//masuda$
            LoginHelper.setEJBClientContext(hostAddr, "4777", qid, password);
            RemoteSystemService service = (RemoteSystemService) LoginHelper.lookup("RemoteSystemService");
            service.addFacilityAdmin(user);
           
            return null;
        }
View Full Code Here

TOP

Related Classes of open.dolphin.ejb.RemoteSystemService

Copyright © 2018 www.massapicom. 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.