All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.impl.adaptor.comm.AdaptorClient
|
+----com.sun.jaw.impl.adaptor.http.AdaptorClient
Querying a Java Dynamic Management agent with this adaptor implies that an instance of AdaptorServerImpl is running on the remote Java Dynamic Management agent.
Note - Use the connect method to identify the Java Dynamic Management agent with which the adaptor must communicate.
To request the use of a specific proxy, invoke the setup method with a string containing the hostname and optionally, a port number. This AdaptorMO must be instantiated before the setup method is called. By default, port 80 is used.
public AdaptorClient()
public AdaptorSocket createSocket()
All Packages Class Hierarchy This Package Previous Next Index