com.sun.jaw.impl.adaptor.http
Class 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 8081 is used to communicate with HTTP/TCP adaptor.
- See Also:
AdaptorMO
,
AdaptorServerImpl
, Serialized Form
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 |
AdaptorClient
public AdaptorClient()
- Constructs an
AdaptorClient
.
Initializes this adaptor client with the default port (8081).