Package com.moreemrecife.security

Examples of com.moreemrecife.security.AccessControl


        try {
            InitialContext ctx = new InitialContext();
            Object o = ctx.lookup("java:global/RealEstateEAR/RealEstateSecurityEJB/AccessControlBean!com.moreemrecife.security.AccessControl");

            AccessControl ac = (AccessControl)o;// javax.rmi.PortableRemoteObject.narrow(o, AccessControl.class);
            int id = ac.saveFunction(to);
//            int id = ac.testCall();

            // Boring result message
            MessageHelper.saveSuccess(id);
View Full Code Here

TOP

Related Classes of com.moreemrecife.security.AccessControl

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.