FileDocCategorySizeDatePackage
ClientProvider.javaAPI DocGlassfish v2 API3341Fri May 04 22:36:26 BST 2007com.sun.enterprise.admin.jmx.remote.protocol.s1ashttp

ClientProvider

public class ClientProvider extends Object implements JMXConnectorProvider
S1AS provides its own JSR 160 client provider to instantiate the supported instance of {@link JMXConnector}. It is arranged as per the algorithm provided in {@link JMXConnectorFactory}. This instance of provider will always use HTTP as the transport.
author
Kedar Mhaswade
since
S1AS8.0
version
1.0

Fields Summary
Constructors Summary
public ClientProvider()
Creates a new instance of ClientProvider. Requires to have public constructor, because the JMXConnectorFactory will try to load this class from classpath. As of now does nothing.

    
Methods Summary
public javax.management.remote.JMXConnectornewJMXConnector(javax.management.remote.JMXServiceURL serviceURL, java.util.Map environment)

        return ( UrlConnectorFactory.getHttpConnector(serviceURL, environment) );