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

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


public class DelegateM4 implements M4Interface{

    private M4Interface facade;
    public DelegateM4() throws NamingException{
        M4Locator locator = M4Locator.getInstance();
        facade = locator.lookupRemote();
    }
   
    public Object queryByRange(String stmt, int first, int max){
        return null;
        }
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.