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

Examples of pl.edu.prz.kia.ntp.interfaceModule.locator.M2Locator


import java.util.List;

public class DelegateM2 implements M2Interface{
    private M2Interface facade;
    public DelegateM2() throws NamingException{
        M2Locator locator = M2Locator.getInstance();
        facade = locator.lookupRemote();
       
    }
View Full Code Here

TOP

Related Classes of pl.edu.prz.kia.ntp.interfaceModule.locator.M2Locator

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.