Package com.sun.enterprise.admin.jmx.remote.http

Examples of com.sun.enterprise.admin.jmx.remote.http.HttpUrlConnector


    /** Returns the UrlConnector instance appropriately.
   * @param url      instance of JMXServiceURL
   * @param env      map specifying name value pairs
   */
    public static UrlConnector getHttpConnector(JMXServiceURL url, Map env) {
        return new HttpUrlConnector(url, env);
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.jmx.remote.http.HttpUrlConnector

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.