com.sun.jdmk.comm
Interface ConnectorAddress

All Superinterfaces:
Serializable
All Known Subinterfaces:
GenericHttpConnectorAddress
All Known Implementing Classes:
HttpConnectorAddress, HttpsConnectorAddress, RmiConnectorAddress

Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connectors. This interface may be removed in a future version of Java DMK. See JdmkLegacyConnector.

public interface ConnectorAddress
extends Serializable

Interface which all protocol-specific address classes have to implement. It only identifies the type of connector to be used in order to communicate with the agent. This may be used by the connector to check that the address used as an argument of its connect method is of the appropriate type.


Method Summary
 String getConnectorType()
          Deprecated. Returns a string indicating the type of Connector to use in order to establish the manager-agent communication.
 

Method Detail

getConnectorType

String getConnectorType()
Deprecated. 
Returns a string indicating the type of Connector to use in order to establish the manager-agent communication. The exact semantics of the string is implementation-dependent. For example, it may identify the type of protocol used to support the communication.


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.