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

I

INFO - Static variable in interface com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.Controller
This constant indicates the type of operation.
insertFirst(JdmkMBeanServer) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
Insert this ForwardingMBeanServerInterceptor at the head of the chain of interceptors in a JdmkMBeanServer.
insertLast(JdmkMBeanServer) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
Insert this ForwardMBeanServerInterceptor at the tail of the chain of interceptors in a JdmkMBeanServer.
instantiate(String) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object using the list of all class loaders registered in the MBean Interceptor (using its ClassLoaderRepository).
instantiate(String, ObjectName, ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, Object[], String[], ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object using the list of all class loaders registered in the MBean server (using its ClassLoaderRepository).
instantiate(String, ObjectName, Object[], String[], ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object.
instantiate(Class) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object given its class, using its empty constructor.
instantiate(Class, Object[], String[], ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Instantiates an object given its class, the parameters and signature of its constructor The call returns a reference to the newly created object.
instantiate(Class) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(Class, Object[], String[], ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(String) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(String, ObjectName, ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(String, Object[], String[], ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(String, ObjectName, Object[], String[], ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
instantiate(String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("instantiate", null), then checkInstantiate("instantiate", className, null, params, signature), then forward this method to the wrapped object.
instantiate(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("instantiate", null), then checkInstantiate("instantiate", className, loaderName, params, signature), then forward this method to the wrapped object.
instantiate(String) - Method in class com.sun.jdmk.MBeanServerForwarder
 
instantiate(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
instantiate(String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
instantiate(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
instantiate(String) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates an object using the list of all class loaders registered in the MBean server (using its Default Loader Repository).
instantiate(String, ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates an object using the class Loader specified by its ObjectName.
instantiate(String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates an object using the list of all class loaders registered in the MBean server (using its Default Loader Repository).
instantiate(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Instantiates an object.
instantiate(String) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
instantiate(String, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
instantiate(String, ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
instantiate(String, ObjectName, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
instantiator - Variable in class com.sun.jdmk.DynamicMetaDataImpl
Deprecated. The MBeanInstantiator associated to the MetaData
InterceptorCycleException - Exception in com.sun.jdmk.interceptor
Thrown when changing a chain of interceptors would produce a cycle.
InterceptorCycleException() - Constructor for exception com.sun.jdmk.interceptor.InterceptorCycleException
 
InterceptorCycleException(String) - Constructor for exception com.sun.jdmk.interceptor.InterceptorCycleException
 
InterceptorNotPresentException - Exception in com.sun.jdmk.interceptor
An MBeanServerInterceptor was not found when expected.
InterceptorNotPresentException() - Constructor for exception com.sun.jdmk.interceptor.InterceptorNotPresentException
 
InterceptorNotPresentException(String) - Constructor for exception com.sun.jdmk.interceptor.InterceptorNotPresentException
 
Introspector - Class in com.sun.jdmk
This class contains the methods for performing all the tests needed to verify that a class represents a JMX compliant MBean.
intValue() - Method in class com.sun.jdmk.Enumerated
Return the integer form of the enumerated.
intValue() - Method in class com.sun.jdmk.UnsignedLong
Return an int that is equal mod 232 to this unsigned number.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Invokes a method of an MBean.
invoke(String, Object[], String[]) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Invokes a specific operation on the HTML protocol adaptor.
invoke(ObjectName, String, Object[], String[]) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Invokes a method of an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Invokes a method of an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
invoke(Object, String, Object[], String[]) - Method in class com.sun.jdmk.DynamicMetaDataImpl
Deprecated.  
invoke(String, Object[], String[]) - Method in class com.sun.jdmk.GenericProxy
Deprecated. Invokes a method of an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
INVOKE - Static variable in interface com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.Controller
This constant indicates the type of operation.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
invoke(ObjectName, String, Object[], String[]) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("invoke", name), then checkInvoke("invoke", name, operationName, params, signature), then forward this method to the wrapped object.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Invokes an operation on an MBean.
invoke(Object, String, Object[], String[]) - Method in interface com.sun.jdmk.MetaData
Invokes an operation on an MBean.
invoke(Object, String, Object[], String[]) - Method in class com.sun.jdmk.MetaDataImpl
Deprecated.  
invoke(ObjectName, String, Object[], String[]) - Method in interface com.sun.jdmk.ProxyHandler
Deprecated. Invokes an operation on an MBean.
invoke(ObjectName, String, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
invoke(String, Object[], String[]) - Method in class com.sun.jdmk.remote.cascading.proxy.CascadingProxy
Allows an action to be invoked on the source MBean.
INVOKE - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.invoke(ObjectName, String, Object[], String[]).
IS_INSTANCE_OF - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.isInstanceOf(ObjectName, String).
IS_REGISTERED - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.isRegistered(ObjectName).
isActive() - Method in class com.sun.jdmk.comm.CommunicatorServer
Tests whether the CommunicatorServer is active.
isActive() - Method in interface com.sun.jdmk.comm.CommunicatorServerMBean
Tests if the CommunicatorServer is active.
isActive() - Method in class com.sun.jdmk.discovery.DiscoveryClient
Tests if the DiscoveryClient is active.
isActive() - Method in interface com.sun.jdmk.discovery.DiscoveryClientMBean
Tests if the DiscoveryClient is active.
isActive() - Method in class com.sun.jdmk.discovery.DiscoveryResponder
Tests if the DiscoveryResponder is active.
isActive() - Method in interface com.sun.jdmk.discovery.DiscoveryResponderMBean
Tests if the DiscoveryResponder is active.
isActive() - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
 
isActive() - Method in interface com.sun.jdmk.remote.cascading.CascadingAgentMBean
Tests if the CascadingAgent is active.
isActive() - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
 
isActive() - Method in class javax.management.remote.generic.GenericConnectorServer
 
isAuthenticated() - Method in class com.sun.jdmk.security.sasl.AuthenticateCallback
Determines whether the authentication identity and password have been successfully verified by the system authentication database.
isAuthenticationOn() - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated. Returns true if the list of users supported by this server is not empty.
isAuthenticationOn() - Method in interface com.sun.jdmk.comm.GenericHttpConnectorServerMBean
Deprecated. Returns true if the list of users supported by this connector server is not empty.
isAuthenticationOn() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Returns true if the list of users supported by this server is not empty.
isConnected() - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Checks whether a communication with the MBeanServer is established.
isConnected() - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Checks whether communication with the MBeanServer is established.
isConnected() - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Checks whether a communication with the MBeanServer is established.
isDynamic(Class) - Static method in class com.sun.jdmk.Introspector
Tell whether a MBean of the given class is a Dynamic MBean.
isException() - Method in class javax.management.remote.message.MBeanServerResponseMessage
Indicates whether this message corresponds to an exception.
isFiltering() - Method in interface com.sun.jdmk.Repository
Deprecated. Indicates whether or not the Repository Service supports filtering.
isFiltering() - Method in class com.sun.jdmk.RepositorySupport
Deprecated. Indicates whether or not the Repository Service supports filtering.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
isInstanceOf(Object, String) - Method in class com.sun.jdmk.DynamicMetaDataImpl
Deprecated.  
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
isInstanceOf(ObjectName, String) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("isInstanceOf", name), then checkRead("isInstanceOf", name), then forward this method to the wrapped object.
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.MBeanServerForwarder
 
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Returns true if the MBean specified is an instance of the specified class, false otherwise.
isInstanceOf(Object, String) - Method in interface com.sun.jdmk.MetaData
Determine whether the given MBean is an instance of a given class/interface.
isInstanceOf(Object, String) - Method in class com.sun.jdmk.MetaDataImpl
Deprecated.  
isInstanceOf(ObjectName, String) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.
isMounted(String) - Method in class com.sun.jdmk.remote.cascading.CascadingService
 
isMounted(String) - Method in interface com.sun.jdmk.remote.cascading.CascadingServiceMBean
Tell whether the given ID identifies a currently mounted mountPoint.
isRegistered(ObjectName) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Checks whether an MBean, identified by its object name, is already registered with the MBeanServer.
isRegistered(ObjectName) - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Checks whether an MBean, identified by its object name, is already registered with the MBeanServer.
isRegistered(ObjectName) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Checks whether an MBean, identified by its object name, is already registered with the MBeanServer.
isRegistered(ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated.  
isRegistered(ObjectName) - Method in class com.sun.jdmk.interceptor.CompatibleMBeanInterceptor
 
isRegistered(ObjectName) - Method in class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
 
isRegistered(ObjectName) - Method in class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
 
isRegistered(ObjectName) - Method in class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
 
isRegistered(ObjectName) - Method in interface com.sun.jdmk.MBeanInterceptor
Deprecated. Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("isRegistered", name), then checkRead("isRegistered", name), then forward this method to the wrapped object.
isRegistered(ObjectName) - Method in class com.sun.jdmk.MBeanServerForwarder
 
isRegistered(ObjectName) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegistered(ObjectName) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Forward this method to the wrapped object.

Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.20_19:39:55_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.