Package pl.edu.prz.kia.ntp.interfaceModule.locator

Examples of pl.edu.prz.kia.ntp.interfaceModule.locator.M1Locator.lookupRemote()


public class DelegateM1 implements M1Interface{

    private M1Interface facade;
    public DelegateM1() throws NamingException{
        M1Locator locator = M1Locator.getInstance();
        facade = locator.lookupRemote();
    }

    /**
     * @param stmt
     * @param first
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.