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

R

readMessage() - Method in interface javax.management.remote.generic.MessageConnection
Reads a Message object from the other end of the connection.
READY - Static variable in class javax.management.remote.message.TLSMessage
This status code is used by a client to indicate that it is ready to start the TLS handshake.
REGISTER - Static variable in interface com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.Controller
This constant indicates the type of operation.
registerCreatedObject(Object, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Register an object from within createMBean().
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
registerMBean(Object, ObjectName) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Registers a pre-existing object as an MBean with the MBean server.
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("registerMBean", name), then checkCreate("registerMBean", object.getClass().getName(), name, null, null, null), then forward this method to the wrapped object.
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Registers a pre-existing object as an MBean with the MBean server.
registerMBean(Object, ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
registerObject(Object, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Register object in the repository, with the given name.
REGISTRATION - Static variable in class com.sun.jdmk.discovery.DiscoveryResponderNotification
Notification type denoting that the DiscoveryResponder MBean has been registered or unregistered from the MBeanServer.
RemoteMBeanServer - 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.
remove(JdmkMBeanServer) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
Remove this ForwardingMBeanServerInterceptor from the chain of interceptors in a JdmkMBeanServer.
remove(ObjectName) - Method in interface com.sun.jdmk.Repository
Deprecated. Removes an MBean from the repository.
remove(ObjectName) - Method in class com.sun.jdmk.RepositorySupport
Deprecated. Removes an MBean from the repository.
REMOVE_NOTIFICATION_LISTENER - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener).
REMOVE_NOTIFICATION_LISTENER_FILTER_HANDBACK - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object).
REMOVE_NOTIFICATION_LISTENER_OBJECTNAME - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName).
REMOVE_NOTIFICATION_LISTENER_OBJECTNAME_FILTER_HANDBACK - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
removeClassLoader(ClassLoader) - Method in class com.sun.jdmk.ClassLoaderRepositorySupport
Deprecated.  
removeClassLoader(ObjectName) - Method in class com.sun.jdmk.ClassLoaderRepositorySupport
Deprecated.  
removeClassLoader(ClassLoader) - Method in interface com.sun.jdmk.ModifiableClassLoaderRepository
Remove the specified ClassLoader to the repository.
removeClassLoader(ObjectName) - Method in interface com.sun.jdmk.ModifiableClassLoaderRepository
Remove a named ClassLoader from the repository.
removeConnectionNotificationListener(NotificationListener) - Method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
 
removeConnectionNotificationListener(NotificationListener) - Method in class com.sun.jdmk.remote.cascading.LocalMBeanServerConnectionFactory
This implementation does nothing.
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.LocalMBeanServerConnectionFactory
This implementation does nothing.
removeConnectionNotificationListener(NotificationListener) - Method in interface com.sun.jdmk.remote.cascading.MBeanServerConnectionFactory
Removes a listener from the list to be informed of changes in status.
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface com.sun.jdmk.remote.cascading.MBeanServerConnectionFactory
Removes a listener from the list to be informed of changes in status.
removeConnectionNotificationListener(NotificationListener) - Method in class javax.management.remote.generic.GenericConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.generic.GenericConnector
 
removeHeartBeatNotificationListener(NotificationListener) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Removes the specified heartbeat listener so that it no longer receives heartbeat notifications from this connector client.
removeHeartBeatNotificationListener(NotificationListener) - Method in interface com.sun.jdmk.comm.HeartBeatClientHandler
Removes the specified heartbeat listener so that it no longer receives heartbeat notifications from this connector client.
removeHeartBeatNotificationListener(NotificationListener) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Removes the specified heartbeat listener so that it no longer receives heartbeat notifications from this connector client.
removeNotificationListener(NotificationListener) - Method in class com.sun.jdmk.comm.CommunicatorServer
Removes the specified listener from this CommunicatorServer.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface com.sun.jdmk.interceptor.MBeanServerInterceptor
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface com.sun.jdmk.interceptor.MBeanServerInterceptor
Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
removeNotificationListener(ObjectName, ObjectName) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("removeNotificationListener", name), then checkNotification("removeNotificationListener", name), then forward this method to the wrapped object.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("removeNotificationListener", name), then checkNotification("removeNotificationListener", name), then forward this method to the wrapped object.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("removeNotificationListener", name), then checkNotification("removeNotificationListener", name), then forward this method to the wrapped object.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("removeNotificationListener", name), then checkNotification("removeNotificationListener", name), then forward this method to the wrapped object.
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerForwarder
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Removes a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Only supported if the underlying interceptor is an instance of MBeanServerInterceptor Otherwise throws UnsupportedOperationException.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Only supported if the underlying interceptor is an instance of MBeanServerInterceptor Otherwise throws UnsupportedOperationException.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface com.sun.jdmk.NotificationBroadcasterProxy
Deprecated. Enables to remove a listener from a registered MBean.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface com.sun.jdmk.NotificationRegistration
Removes a listener from a registered MBean.
removeNotificationListener(NotificationListener) - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
 
removeNotificationListener(NotificationListener) - Method in class com.sun.jdmk.remote.cascading.CascadingService
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.CascadingService
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
removeNotificationListener(ObjectName, ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
removeNotificationListener(NotificationListener) - Method in class com.sun.jdmk.remote.cascading.proxy.CascadingProxy
Removes a listener from the source MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.sun.jdmk.remote.cascading.proxy.CascadingProxy
Removes a listener from the source MBean.
removeUserAuthenticationInfo(AuthInfo) - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated. Removes user authentication information from this server.
removeUserAuthenticationInfo(AuthInfo) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Removes the authentication information of the given user from the list of users authenticated by this server.
Repository - Interface in com.sun.jdmk
Deprecated. This interface is kept as a utility class, though it is no longer used. It may not be supported in future releases.
RepositorySupport - Class in com.sun.jdmk
Deprecated. This class is kept as a utility class, though it is no longer used. It may not be supported in future releases.
RepositorySupport() - Constructor for class com.sun.jdmk.RepositorySupport
Deprecated. The default constructor.
reset() - Method in class com.sun.jdmk.tasks.DaemonTaskServer
Reset the DaemonTaskServer.
resetParser() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Sets the ObjectName of the Parser attribute to null
restore(ThreadContext) - Static method in class com.sun.jdmk.ThreadContext
Restore the context stack to an earlier state.
retrieve(ObjectName) - Method in interface com.sun.jdmk.Repository
Deprecated. Retrieves the MBean of the name specified from the repository.
retrieve(ObjectName) - Method in class com.sun.jdmk.RepositorySupport
Deprecated. Retrieves the MBean of the name specified from the repository.
RMI_CONNECTOR - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies a protocol name for the JDMK RMI connector.
RMI_CONNECTOR_PORT - Static variable in class com.sun.jdmk.ServiceName
The default port for the RMI connector.
RMI_CONNECTOR_SERVER - Static variable in class com.sun.jdmk.ServiceName
The default key properties for the RMI connector.
RMI_TYPE - Static variable in class com.sun.jdmk.comm.CommunicatorServer
Indicates that it is an RMI connector type.
RmiConnectorAddress - Class in com.sun.jdmk.comm
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.
RmiConnectorAddress() - Constructor for class com.sun.jdmk.comm.RmiConnectorAddress
Deprecated. RmiConnectorAddress constructor.
RmiConnectorAddress(String, int, String) - Constructor for class com.sun.jdmk.comm.RmiConnectorAddress
Deprecated. RmiConnectorAddress constructor.
RmiConnectorClient - Class in com.sun.jdmk.comm
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.
RmiConnectorClient(RMIClientSocketFactory) - Constructor for class com.sun.jdmk.comm.RmiConnectorClient
Deprecated.  
RmiConnectorClient() - Constructor for class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Default constructor for RmiConnectorClient.
RmiConnectorClient(InetAddress) - Constructor for class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Only used for a Client with Java DMK 5.0 to connect to a server with a Java DMK 4.2 or earlier version.
RmiConnectorClient(InetAddress, int) - Constructor for class com.sun.jdmk.comm.RmiConnectorClient
Deprecated.  
RmiConnectorClient(String) - Constructor for class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Constructs an RmiConnectorClient.
RmiConnectorServer - Class in com.sun.jdmk.comm
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.
RmiConnectorServer() - Constructor for class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Default constructor for RmiConnectorServer.
RmiConnectorServer(int) - Constructor for class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Constructor for RmiConnectorServer.
RmiConnectorServer(String) - Constructor for class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Constructor for RmiConnectorServer.
RmiConnectorServer(int, String) - Constructor for class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Constructor for RmiConnectorServer.
RmiConnectorServerMBean - Interface in com.sun.jdmk.comm
Deprecated. The JMX Remote API should be used in preference to the legacy Java DMK connector classes. The legacy RMI connector, including this interface, may be removed in a future version of Java DMK. See javax.management.remote.rmi and JdmkLegacyConnector.
run() - Method in class com.sun.jdmk.comm.CommunicatorServer
For Java DMK internal use only.
RuntimeManagerException - Exception in com.sun.jdmk
Deprecated. This class may be removed in a future version of Java DMK.
RuntimeManagerException() - Constructor for exception com.sun.jdmk.RuntimeManagerException
Deprecated. Default constructor.
RuntimeManagerException(String) - Constructor for exception com.sun.jdmk.RuntimeManagerException
Deprecated. Constructor that allows a specific error message to be specified.
RuntimeProxyException - Exception in com.sun.jdmk
Deprecated. This class may be removed in a future version of Java DMK.
RuntimeProxyException() - Constructor for exception com.sun.jdmk.RuntimeProxyException
Deprecated. Default constructor.
RuntimeProxyException(String) - Constructor for exception com.sun.jdmk.RuntimeProxyException
Deprecated. Constructor that allows a specific error message to be specified.

Open Source build 01-ea
opendmk-1.0-b01-ea 2010.09.25_15:22:04_BST
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.