Package com.k_int.z3950.util

Examples of com.k_int.z3950.util.ZTargetEndpoint


        serverProps = p;
        search_service.init(p);

        //set up the socket and enable listening.
        assoc = new ZTargetEndpoint(s);
        event_adapter = new GenericEventToTargetListenerAdapter(this);
        assoc.getPDUAnnouncer().addObserver(event_adapter);
        assoc.start();
    }
View Full Code Here


        this.search_service = (Searchable) new GeoSearchable();
        serverProps = p;
        search_service.init(p);

        //set up the socket and enable listening.
        assoc = new ZTargetEndpoint(s);
        event_adapter = new GenericEventToTargetListenerAdapter(this);
        assoc.getPDUAnnouncer().addObserver(event_adapter);
        assoc.start();
    }
View Full Code Here

TOP

Related Classes of com.k_int.z3950.util.ZTargetEndpoint

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.