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

C

cancel(Task) - Method in class com.sun.jdmk.tasks.DaemonTaskServer
Cancel the given task.
cancel() - Method in interface com.sun.jdmk.tasks.Task
Cancel the submitted task.
CASCADING_FAILED_NOTIFICATION - Static variable in interface com.sun.jdmk.remote.cascading.CascadingServiceMBean
The type of the JMXConnectionNotification emitted when a JMXConnectionNotification.FAILED is emitted by the underlying JMX Remote Connection.
CASCADING_SERVICE_DEFAULT_NAME - Static variable in interface com.sun.jdmk.remote.cascading.CascadingServiceMBean
Default ObjectName of the CascadingServiceMBean MBean.
CASCADING_STOPPED_NOTIFICATION - Static variable in interface com.sun.jdmk.remote.cascading.CascadingServiceMBean
The type of the JMXConnectionNotification emitted when a source MBeanServer is unmounted.
CascadingAgent - Class in com.sun.jdmk.remote.cascading
This class is an abstract MBean class that provides a basic default implementation for some methods of the CascadingAgentMBean interface.
CascadingAgent(MBeanServerConnectionFactory, ObjectName, QueryExp, String, MBeanServer) - Constructor for class com.sun.jdmk.remote.cascading.CascadingAgent
Construct a new CascadingAgent MBean.
CascadingAgentMBean - Interface in com.sun.jdmk.remote.cascading
Describes the management interface of the cascading agent MBean.
CascadingProxy - Class in com.sun.jdmk.remote.cascading.proxy
This class is used to proxy an MBean residing in a source MBeanServer.
CascadingProxy(ObjectName, MBeanServerConnectionFactory) - Constructor for class com.sun.jdmk.remote.cascading.proxy.CascadingProxy
Creates a new CascadingProxy.
CascadingService - Class in com.sun.jdmk.remote.cascading
The CascadingServiceMBean is a high level service MBean that makes it possible to remotely configure CascadingAgents.
CascadingService() - Constructor for class com.sun.jdmk.remote.cascading.CascadingService
Instantiate a new CascadingService.
CascadingService(MBeanServer) - Constructor for class com.sun.jdmk.remote.cascading.CascadingService
Instantiate a new CascadingService for the specified target MBeanServer.
CascadingServiceMBean - Interface in com.sun.jdmk.remote.cascading
The CascadingServiceMBean is a high level service MBean that makes it possible to remotely configure CascadingAgents.
checkAny(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by every method from the MBeanServer interface.
checkCreate(String, String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by each of the overloaded forms of createMBean and by registerMBean.
checkDelete(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by unregisterMBean.
checkDeserialize(String, Object) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by each of the overloaded forms of deserialize.
checkInitialization() - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
Check that this MBeanServerInterceptorWrapper is correctly initialized.
checkInstantiate(String, String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by each of the overloaded forms of instantiate.
checkInvoke(String, ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by invoke.
checkNotification(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by each of the overloaded forms of addNotificationListener and removeNotificationListener.
checkQuery(String, ObjectName, QueryExp) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by queryMBeans and queryNames.
checkRead(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by getAttribute, getAttributes, getObjectInstance, isRegistered, getMBeanCount, getDefaultDomain, getMBeanInfo, and isInstanceOf.
checkTransferAttribute(ClassLoader, Attribute) - Method in interface com.sun.jdmk.MBeanInstantiator
Check whether the attribute value needs to be transferred in the destination class loader.
checkTransferAttribute(ClassLoader, Attribute) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
checkTransferAttributeList(ClassLoader, AttributeList) - Method in interface com.sun.jdmk.MBeanInstantiator
Check whether the attribute values needs to be transferred in the destination class loader.
checkTransferAttributeList(ClassLoader, AttributeList) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
checkTransferObject(ClassLoader, Object) - Method in interface com.sun.jdmk.MBeanInstantiator
Check whether the given value need to be transferred into the target class loader.
checkTransferObject(ClassLoader, Object) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
checkTransferParameters(ClassLoader, Object[]) - Method in interface com.sun.jdmk.MBeanInstantiator
Check whether the given parameters need to be transferred into the target class loader.
checkTransferParameters(ClassLoader, Object[]) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
checkWrite(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Checking operation invoked by setAttribute and setAttributes.
ClassLoaderRepositorySupport - Class in com.sun.jdmk
Deprecated. Use MBeanServer.getClassLoaderRepository() instead.
ClassLoaderRepositorySupport() - Constructor for class com.sun.jdmk.ClassLoaderRepositorySupport
Deprecated.  
clearBit(int) - Method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong that has the designated bit clear.
clearCache() - Method in interface com.sun.jdmk.comm.ClientNotificationHandler
Deprecated. Clear the notification cache.
clearCache() - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Clear the notification cache.
clearCache() - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Clear the notification cache.
clearPassword() - Method in class com.sun.jdmk.security.sasl.AuthenticateCallback
Clear the password to check.
CLIENT_LOCALHOST - Static variable in interface com.sun.jdmk.comm.JdmkLegacyConnector
Specifies a String object as a local host for a client (HTTP/HTTPS/RMI) to receive notifications from its server.
ClientNotificationHandler - Interface in com.sun.jdmk.comm
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.
clone() - Method in class com.sun.jdmk.comm.AuthInfo
Clone this AuthInfo.
clone() - Method in interface com.sun.jdmk.comm.GenericHttpConnectorAddress
Deprecated. Clones this object.
clone() - Method in class com.sun.jdmk.comm.HttpConnectorAddress
Deprecated. Clone this HttpConnectorAddress.
clone() - Method in class com.sun.jdmk.comm.HttpsConnectorAddress
Deprecated. Clone this HttpsConnectorAddress.
clone() - Method in interface com.sun.jdmk.OperationContext
Make a copy of this object.
close() - Method in class javax.management.remote.generic.GenericConnector
 
close() - Method in interface javax.management.remote.generic.MessageConnection
Terminates this object connection.
CloseMessage - Class in javax.management.remote.message
This class is used to inform a remote side of local closing.
CloseMessage() - Constructor for class javax.management.remote.message.CloseMessage
Constructs a CloseMessage with null message.
CloseMessage(String) - Constructor for class javax.management.remote.message.CloseMessage
Constructs a CloseMessage with a user specific message.
com.sun.jdmk - package com.sun.jdmk
Provides the core Java DMK classes.
com.sun.jdmk.comm - package com.sun.jdmk.comm
Provides the classes that implement proprietary connectors and adaptors.
com.sun.jdmk.discovery - package com.sun.jdmk.discovery
Provides the classes of the discovery service.
com.sun.jdmk.interceptor - package com.sun.jdmk.interceptor
Provides classes that make up the MBeanServerInterceptor feature.
com.sun.jdmk.remote.cascading - package com.sun.jdmk.remote.cascading
Provides the classes that implement cascading over JMX Remote API connectors.
com.sun.jdmk.remote.cascading.proxy - package com.sun.jdmk.remote.cascading.proxy
Provides the classes that implement proxy-based cascading over JMX Remote API connectors.
com.sun.jdmk.security.sasl - package com.sun.jdmk.security.sasl
Provides the JCA provider for the Java DMK SASL mechanisms and supplies a new callback AuthenticateCallback.
com.sun.jdmk.tasks - package com.sun.jdmk.tasks
Provides classes to customize Java DMK threading.
com.sun.jdmk.tools - package com.sun.jdmk.tools
Provides the classes implementing the Java DMK tools.
CommunicationException - Exception in com.sun.jdmk.comm
Represents exceptions raised due to communications problems, for example when a managed object server is out of reach.
CommunicationException(Throwable) - Constructor for exception com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a target exception.
CommunicationException(Throwable, String) - Constructor for exception com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a target exception and a detail message.
CommunicationException(String) - Constructor for exception com.sun.jdmk.comm.CommunicationException
Constructs a CommunicationException with a detail message.
CommunicatorServer - Class in com.sun.jdmk.comm
Defines generic behavior for the server part of a connector or an adaptor.
CommunicatorServer(int) - Constructor for class com.sun.jdmk.comm.CommunicatorServer
Instantiates a CommunicatorServer.
CommunicatorServerMBean - Interface in com.sun.jdmk.comm
Defines generic behavior for the server part of a connector or an adaptor.
compareTo(Object) - Method in class com.sun.jdmk.UnsignedLong
 
compareTo(long) - Method in class com.sun.jdmk.UnsignedLong
Returns a value that is negative, zero, or positive according as the value represented by this is respectively less than, equal to, or greater to x.
CompatibleMBeanInterceptor - Class in com.sun.jdmk.interceptor
An MBeanServerInterceptor that forwards every request unchanged to an MBeanInterceptor.
CompatibleMBeanInterceptor(MBeanInterceptor) - Constructor for class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
Create a new CompatibleMBeanInterceptor that forwards its requests to a MBeanInterceptor.
compile(String[]) - Static method in class com.sun.jdmk.tools.MibGen
The compile method of the mibgen compiler.
COMPLETE - Static variable in class javax.management.remote.message.SASLMessage
This status code is used by a server to indicate that the authentication exchange is complete and successful.
connect(ConnectorAddress) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Initializes the communication with the remote MBeanServer.
connect(ConnectorAddress) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Initializes the communication with the remote MBeanServer.
connect(ConnectorAddress) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Initializes the communication with the remote MBeanServer.
connect() - Method in class javax.management.remote.generic.GenericConnector
 
connect(Map) - Method in class javax.management.remote.generic.GenericConnector
 
connect(Map) - Method in interface javax.management.remote.generic.MessageConnection
Establish the connection.
connect(Map) - Method in class javax.management.remote.jmxmp.JMXMPConnector
 
CONNECTION_ESTABLISHED - Static variable in class com.sun.jdmk.comm.HeartBeatNotification
Notification type denoting that the connector client specified as the source object has been connected to its corresponding connector server.
CONNECTION_LOST - Static variable in class com.sun.jdmk.comm.HeartBeatNotification
Notification type denoting that the connector server associated to the connector client specified as the source object in this notification has died.
CONNECTION_REESTABLISHED - Static variable in class com.sun.jdmk.comm.HeartBeatNotification
Notification type denoting that the connector server associated to the connector client specified as the source object in this notification was temporarily unreachable but connection has been reestablished successfully.
CONNECTION_RETRYING - Static variable in class com.sun.jdmk.comm.HeartBeatNotification
Notification type denoting that the connector server associated to the connector client specified as the source object in this notification is temporarily unreachable but the connector client is trying to reestablish the connection.
CONNECTION_TERMINATED - Static variable in class com.sun.jdmk.comm.HeartBeatNotification
Notification type denoting that the connector client specified as the source object has been disconnected from its corresponding connector server.
ConnectionClosedException - Exception in javax.management.remote.generic
Thrown by a connection server when it receives a request for a connection that it has decided to close.
ConnectionClosedException() - Constructor for exception javax.management.remote.generic.ConnectionClosedException
Constructs a ConnectionClosedException with null as its error detail message.
ConnectionClosedException(String) - Constructor for exception javax.management.remote.generic.ConnectionClosedException
Constructs a ConnectionClosedException with the specified detail message.
ConnectorAddress - Interface in com.sun.jdmk.comm
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.
contains(ObjectName) - Method in interface com.sun.jdmk.Repository
Deprecated. Checks whether an MBean of the name specified is already stored in the repository.
contains(ObjectName) - Method in class com.sun.jdmk.RepositorySupport
Deprecated. Checks whether an MBean of the name specified is already stored in the repository.
contains(String) - Static method in class com.sun.jdmk.ThreadContext
Check whether a value with the given key exists in the stack.
CONTINUE - Static variable in class javax.management.remote.message.SASLMessage
This status code is used by either a client or server to indicate that they require more interaction with the other peer in order to complete the authentication exchange.
CREATE - Static variable in interface com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.Controller
This constant indicates the type of operation.
CREATE_MBEAN - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName).
CREATE_MBEAN_LOADER - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName).
CREATE_MBEAN_LOADER_PARAMS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[]).
CREATE_MBEAN_PARAMS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, Object[], String[]).
createMBean(String, ObjectName) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Creates an registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, Object[], String[]) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Creates and registers an instance of an MBean in the remote object server.
createMBean(String, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
createMBean(String, ObjectName, Object[], String[]) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("createMBean", name), then checkCreate("createMBean", className, name, null, params, signature), then forward this method to the wrapped object.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("createMBean", name), then checkCreate("createMBean", className, name, loaderName, params, signature), then forward this method to the wrapped object.
createMBean(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
createMBean(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates and registers an MBean in the MBean server.
createMBean(String, ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
createMBean(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
createMBean(String, ObjectName, ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
createParser(String, String, String) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Creates and registers in the MBeanServer the HTML parser MBean used by the HtmlAdaptorServer to parse incoming requests or build outgoing HTML pages.
createProxy(ObjectName, MBeanServerConnectionFactory) - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
Creates a new proxy for the specified source MBean.
createServerSocket(int) - Method in class com.sun.jdmk.comm.TimedRmiSocketFactory
 
createSocket(String, int) - Method in class com.sun.jdmk.comm.TimedRmiSocketFactory
 

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.