com.sun.jdmk.comm
Interface ConnectorAddress

All Superinterfaces:
Serializable

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.

Version:
1.7 02/03/00
Author:
Sun Microsystems, Inc

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

Method Detail

getConnectorType

public String getConnectorType()
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.


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.