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

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

public class AdaptorClient
extends AdaptorClient

The AdaptorClient class provides an implementation of the AdaptorMO interface based on the HTTP/SSL protocol.

Querying a Java Dynamic Management agent with the HTTP/SSL adaptor implies that an instance of AdaptorServerImpl is running on the remote Java Dynamic Management agent.

In order to identify the Java Dynamic Management agent the adaptor needs to communicate with, the method connect needs to be invoked.

It is possible to request the use of a specific proxy. To do so, once the object is instantiated, you need to call the setup method with a string containing the hostname and optionally a port number. By default the port 8084 will be used to communicate with HTTP/SSL adaptor..

See Also:
AdaptorMO, AdaptorServerImpl, AdaptorSocket, Serialized Form

Constructor Summary
AdaptorClient()
          Constructs an HTTP/SSL adaptor client.
 
Method Summary
 AdaptorSocket createSocket()
          For Java DMK internal use only.
 
Methods inherited from class com.sun.jaw.impl.adaptor.comm.AdaptorClient
cb_connect, cb_disconnect, cb_newDBMO, cb_newDBMO, cb_newMO, cb_newMO, connect, deleteMO, disconnect, getAdaptorVersion, getClassLoader, getClassVersion, getClientVersion, getDomain, getIndexedValue, getMapperSrv, getObject, getObjectFromCache, getOnlyNames, getServerVersion, getTimeoutMilliSeconds, getValue, getValues, invokePerform, isConnected, newDBMO, newDBMO, newMO, newMO, newObj, newObj, setClassLoader, setIndexedValue, setMapperSrv, setTimeoutMilliSeconds, setup, setValue, setValues, transferObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptorClient

public AdaptorClient()
Constructs an HTTP/SSL adaptor client.
Method Detail

createSocket

public AdaptorSocket createSocket()
For Java DMK internal use only.
Overrides:
createSocket in class AdaptorClient