All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.adaptor.http.AdaptorClient

java.lang.Object
   |
   +----com.sun.jaw.impl.adaptor.comm.AdaptorClient
           |
           +----com.sun.jaw.impl.adaptor.http.AdaptorClient

public class AdaptorClient
extends AdaptorClient
This class provides an implementation of the AdaptorMO interface based on the HTTP/TCP protocol.

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.

See Also:
AdaptorMO, AdaptorServerImpl

Constructor Index

 o AdaptorClient()
Default constructor.

Method Index

 o createSocket()
For Java DMK internal use only.

Constructors

 o AdaptorClient
 public AdaptorClient()
Default constructor.

Methods

 o createSocket
 public AdaptorSocket createSocket()
For Java DMK internal use only.

Overrides:
createSocket in class AdaptorClient

All Packages  Class Hierarchy  This Package  Previous  Next  Index