Uses of Interface
com.sun.jdmk.comm.ConnectorAddress

Packages that use ConnectorAddress
com.sun.jdmk.cascading Deprecated: provides classes for a cascading service over Java DMK 5.0 legacy connectors - see package com.sun.jdmk.remote.cascading which provides cascading over JMX Remote API Connectors. 
com.sun.jdmk.comm Provides the classes that implement proprietary connectors and adaptors. 
 

Uses of ConnectorAddress in com.sun.jdmk.cascading
 

Methods in com.sun.jdmk.cascading that return ConnectorAddress
 ConnectorAddress CascadingAgent.getAddress()
          Deprecated. Getter for the ConnectorAddress to which the CascadingAgent is connected.
 ConnectorAddress CascadingAgentMBean.getAddress()
          Deprecated. Getter for the ConnectorAddress to which the CascadingAgent is connected.
 

Methods in com.sun.jdmk.cascading with parameters of type ConnectorAddress
 void CascadingAgent.setAddress(ConnectorAddress adr)
          Deprecated. Setter for the ConnectorAddress to which the CascadingAgent is connected.
 void CascadingAgentMBean.setAddress(ConnectorAddress adr)
          Deprecated. Setter for the ConnectorAddress to which the CascadingAgent is connected.
 

Constructors in com.sun.jdmk.cascading with parameters of type ConnectorAddress
CascadingAgent(ConnectorAddress addr, String conClName)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(String localHost, ConnectorAddress remoteAddress, String conClName)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(ConnectorAddress addr, String conClName, ObjectName pattern, QueryExp query)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(String localHost, ConnectorAddress remoteAddress, String conClName, ObjectName pattern, QueryExp query)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(ConnectorAddress remoteAddress, RemoteMBeanServer conClient, ObjectName pattern, QueryExp query)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(ConnectorAddress remoteAddress)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(String localHost, ConnectorAddress remoteAddress)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(ConnectorAddress remoteAddress, ObjectName pattern, QueryExp query)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(String localHost, ConnectorAddress remoteAddress, ObjectName pattern, QueryExp query)
          Deprecated. Constructs a CascadingAgent.
CascadingAgent(ConnectorAddress addr, String conClName, ObjectName pattern, QueryExp query, int timeout)
          Deprecated. Constructs a CascadingAgent.
 

Uses of ConnectorAddress in com.sun.jdmk.comm
 

Subinterfaces of ConnectorAddress in com.sun.jdmk.comm
 interface GenericHttpConnectorAddress
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This interface may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 

Classes in com.sun.jdmk.comm that implement ConnectorAddress
 class HttpConnectorAddress
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This class may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 class HttpsConnectorAddress
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. This class may be removed in a future version of Java DMK. See JdmkLegacyConnector.
 class RmiConnectorAddress
          Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. The legacy RMI connector, including this class, may be removed in a future version of Java DMK. See javax.management.remote.rmi and JdmkLegacyConnector.
 

Methods in com.sun.jdmk.comm that return ConnectorAddress
 ConnectorAddress HeartBeatNotification.getConnectorAddress()
          Gets the connector address of this heartbeat notification.
 ConnectorAddress RmiConnectorClient.getMBeanServerAddress()
          Deprecated. Returns the exact address of the MBeanServer to which the ConnectorClient is connected.
 ConnectorAddress GenericHttpConnectorClient.getMBeanServerAddress()
          Deprecated. Returns the exact address of the MBeanServer to which the ConnectorClient is connected.
 ConnectorAddress RemoteMBeanServer.getMBeanServerAddress()
          Deprecated. Returns the exact address of the MBeanServer to which the ConnectorClient is connected.
 

Methods in com.sun.jdmk.comm with parameters of type ConnectorAddress
 String RmiConnectorClient.connect(ConnectorAddress MBeanServerAddress)
          Deprecated. Initializes the communication with the remote MBeanServer.
 String GenericHttpConnectorClient.connect(ConnectorAddress mbeanServerAddress)
          Deprecated. Initializes the communication with the remote MBeanServer.
 String RemoteMBeanServer.connect(ConnectorAddress MBeanServerAddress)
          Deprecated. Initializes the communication with the remote MBeanServer.
 

Constructors in com.sun.jdmk.comm with parameters of type ConnectorAddress
HeartBeatNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, ConnectorAddress connAddr)
          Constructs a heartbeat notification object.
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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