Package org.locationtech.udig.catalog.internal.db2

Examples of org.locationtech.udig.catalog.internal.db2.DB2Service$DB2ServiceInfo


     */
    public List<IService> getResources( IProgressMonitor monitor ) throws Exception {
        if (!isPageComplete())
            return null;

        DB2ServiceExtension creator = new DB2ServiceExtension();
        IService service = creator.createService(null, getParams());
        service.getInfo(monitor); // load

        List<IService> servers = new ArrayList<IService>();
        servers.add(service);

View Full Code Here


        return false;
    }

    @Override
    protected ServiceExtension2 getServiceExtension() {
        return new DB2ServiceExtension();
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.catalog.internal.db2.DB2Service$DB2ServiceInfo

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.