Package net.gridshield.nexsm.mapper.pusher

Examples of net.gridshield.nexsm.mapper.pusher.ThreadURLPush


                if (uploadURL.startsWith("/")) {
                    uploadURL = getStringParam("nagiosbase") + uploadURL;
                }
               
                // needs cleanup Sergio 21/May/2007
                ThreadURLPush pus = new ThreadURLPush(sb, uploadURL);
                pus.setPushManager(_pushManager);
                pus.push(name + ".xml");
            }
    //        ThreadURLPush pus = new ThreadURLPush(sb, _codebase.getProtocol() + "://" + _codebase.getHost() + _codebase.getFile() + theFile);
        }
    }
View Full Code Here

TOP

Related Classes of net.gridshield.nexsm.mapper.pusher.ThreadURLPush

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.