A B C D E F G H I J L M N O P Q R S T U V W X

H

handleIOException(IOException, String) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
This method is called each time an IOException is raised when trying to forward an operation to the underlying MBeanServerConnection, as a result of calling MBeanServerConnectionWrapper.getMBeanServerConnection() or as a result of invoking the operation on the returned connection.
handleJMXConnectionNotification(Notification, Object) - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
This method is called internally when a JMXConnectionNotification is received through the underlying MBeanServerConnectionFactory.
handleJMXConnectionNotification(Notification, Object) - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
This method is called internally when a JMXConnectionNotification is received through the underlying source MBeanServerConnectionFactory.
handleMBeanServerNotification(Notification, Object) - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
This method is called internally when a MBeanServerNotification is received from the source (cascaded) MBeanServer.
handleNotification(NotificationListener, Notification, Object) - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
This method is called by sendNotification for each listener in order to send the notification to that listener.
HandshakeBeginMessage - Class in javax.management.remote.message
Handshake begin message exchanged between the server and the client.
HandshakeBeginMessage(String, String) - Constructor for class javax.management.remote.message.HandshakeBeginMessage
Constructs a new HandshakeBeginMessage with the space-separated list of server's supported profile names and the server version of the JMXMP protocol.
HandshakeEndMessage - Class in javax.management.remote.message
Handshake end message exchanged between the client and the server.
HandshakeEndMessage(Object, String) - Constructor for class javax.management.remote.message.HandshakeEndMessage
Constructs a new HandshakeEndMessage with the opaque context object and connection ID.
HandshakeErrorMessage - Class in javax.management.remote.message
This class represents an error that occurred during the various client/server handshake exchanges.
HandshakeErrorMessage(String) - Constructor for class javax.management.remote.message.HandshakeErrorMessage
Constructs a new HandshakeErrorMessage with the specified error.
hashCode() - Method in class com.sun.jdmk.Enumerated
Returns the hash code for this enumerated.
hashCode() - Method in class com.sun.jdmk.NamedObject
Deprecated. Returns a hash code for this named object.
hashCode() - Method in class com.sun.jdmk.UnsignedLong
 
HeartBeatClientHandler - Interface in com.sun.jdmk.comm
Interface to be implemented by all the connector clients that want to support the heartbeat mechanism.
HeartBeatNotification - Class in com.sun.jdmk.comm
This notification will be sent by a connector client when the connector client itself connects to or disconnects from the connector server or when the connector server associated to this connector client dies or is temporarily unreachable and after several retries have been carried out unsuccessfully.
HeartBeatNotification(String, Object, long, long, String, ConnectorAddress) - Constructor for class com.sun.jdmk.comm.HeartBeatNotification
Constructs a heartbeat notification object.
HTML_ADAPTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTML adaptor.
HTML_ADAPTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTML protocol adaptor.
HTML_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTML connector type.
HtmlAdaptorServer - Class in com.sun.jdmk.comm
Acts as an HTML server which allows an HTML browser to manage all MBeans in the agent.
HtmlAdaptorServer() - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs an HtmlAdaptorServer that will use the default port (8082).
HtmlAdaptorServer(int) - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs the HtmlAdaptorServer that will use the specified port.
HtmlAdaptorServer(int, AuthInfo[]) - Constructor for class com.sun.jdmk.comm.HtmlAdaptorServer
Constructs the HtmlAdaptorServer that will use the specified port and user authentication information list.
HtmlParser - Interface in com.sun.jdmk.comm
To be implemented by an MBean acting as an HTML parser.
HTTP_CLIENT_AUTHINFO - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies an AuthInfo object used by an HTTP/HTTPS client to connect to its server.
HTTP_CONNECTOR - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies a protocol name for the JDMK HTTP connector.
HTTP_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTTP connector.
HTTP_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTTP connector.
HTTP_SERVER_AUTHINFO_LIST - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies a list of AuthInfo (com.sun.jdmk.comm.AuthInfo[]) for an HTTP or HTTPS connector server.
HTTP_SERVER_LOCAL_ADDRESS - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies the local InetAddress the HTTP/HTTPS connector server will bind to.
HTTP_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTTP connector type.
HttpConnectorAddress - Class in com.sun.jdmk.comm
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.
HttpConnectorAddress() - Constructor for class com.sun.jdmk.comm.HttpConnectorAddress
Deprecated. HttpConnectorAddress constructor.
HttpConnectorAddress(String, int) - Constructor for class com.sun.jdmk.comm.HttpConnectorAddress
Deprecated. HttpConnectorAddress constructor.
HttpConnectorAddress(String, int, AuthInfo) - Constructor for class com.sun.jdmk.comm.HttpConnectorAddress
Deprecated. HttpConnectorAddress constructor.
HttpConnectorClient - Class in com.sun.jdmk.comm
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.
HttpConnectorClient() - Constructor for class com.sun.jdmk.comm.HttpConnectorClient
Deprecated. Constructs an HttpConnectorClient.
HttpConnectorClient(InetAddress) - Constructor for class com.sun.jdmk.comm.HttpConnectorClient
Deprecated. replaced by the method HttpConnectorClient(String localhost)
HttpConnectorClient(String) - Constructor for class com.sun.jdmk.comm.HttpConnectorClient
Deprecated. Constructs an HttpConnectorClient.
HttpConnectorServer - Class in com.sun.jdmk.comm
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.
HttpConnectorServer() - Constructor for class com.sun.jdmk.comm.HttpConnectorServer
Deprecated. Constructs an HttpConnectorServer.
HttpConnectorServer(int) - Constructor for class com.sun.jdmk.comm.HttpConnectorServer
Deprecated. Constructs an HttpConnectorServer.
HttpConnectorServer(int, AuthInfo[]) - Constructor for class com.sun.jdmk.comm.HttpConnectorServer
Deprecated. Constructs an HttpConnectorServer.
HttpConnectorServer(int, InetAddress) - Constructor for class com.sun.jdmk.comm.HttpConnectorServer
Deprecated. Constructs an HttpConnectorServer.
HttpConnectorServer(int, AuthInfo[], InetAddress) - Constructor for class com.sun.jdmk.comm.HttpConnectorServer
Deprecated. Constructs an HttpConnectorServer.
HttpConnectorServerMBean - Interface in com.sun.jdmk.comm
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.
HTTPS_CONNECTOR - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies a protocol name for the JDMK HTTPS connector.
HTTPS_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the HTTPS connector.
HTTPS_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the HTTPS connector.
HTTPS_SERVER_NEED_CLIENT_AUTH - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies the SSL needClientAuth flag used by the HTTPS connector server to require or to not require mutual authentication.
HTTPS_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an HTTPS connector type.
HttpsConnectorAddress - Class in com.sun.jdmk.comm
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.
HttpsConnectorAddress() - Constructor for class com.sun.jdmk.comm.HttpsConnectorAddress
Deprecated. HttpsConnectorAddress constructor.
HttpsConnectorAddress(String, int) - Constructor for class com.sun.jdmk.comm.HttpsConnectorAddress
Deprecated. HttpsConnectorAddress constructor.
HttpsConnectorAddress(String, int, AuthInfo) - Constructor for class com.sun.jdmk.comm.HttpsConnectorAddress
Deprecated. HttpsConnectorAddress constructor.
HttpsConnectorClient - Class in com.sun.jdmk.comm
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.
HttpsConnectorClient() - Constructor for class com.sun.jdmk.comm.HttpsConnectorClient
Deprecated. Constructs an HttpsConnectorClient.
HttpsConnectorClient(InetAddress) - Constructor for class com.sun.jdmk.comm.HttpsConnectorClient
Deprecated. replaced by the method HttpsConnectorClient(String localhost)
HttpsConnectorClient(String) - Constructor for class com.sun.jdmk.comm.HttpsConnectorClient
Deprecated. Constructs an HttpsConnectorClient.
HttpsConnectorClient(String, boolean) - Constructor for class com.sun.jdmk.comm.HttpsConnectorClient
Deprecated. Constructs an HttpsConnectorClient.
HttpsConnectorServer - Class in com.sun.jdmk.comm
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.
HttpsConnectorServer() - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServer(int) - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServer(int, AuthInfo[]) - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServer(int, InetAddress) - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServer(int, AuthInfo[], InetAddress) - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServer(int, AuthInfo[], InetAddress, boolean) - Constructor for class com.sun.jdmk.comm.HttpsConnectorServer
Deprecated. Constructs an HttpsConnectorServer.
HttpsConnectorServerMBean - Interface in com.sun.jdmk.comm
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.

Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.22_13:26:06_UTC
A B C D E F G H I J L M N O P Q R S T U V W X
Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.