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

M

main(String[]) - Static method in class com.sun.jdmk.tools.MibGen
The main method of the mibgen compiler.
make(long) - Static method in class com.sun.jdmk.UnsignedLong
Make an UnsignedLong object representing a value between 0 and 264 that is equal mod 264 to x.
makeDebugTag() - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated.  
makeObjectInstance(String, Object, ObjectName) - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Builds an ObjectInstance.
MalformedHttpException - Exception in com.sun.jdmk.comm
Exception thrown when some HTTP data cannot be decoded.
ManagerException - Exception in com.sun.jdmk
Deprecated. This class may be removed in a future version of Java DMK.
ManagerException() - Constructor for exception com.sun.jdmk.ManagerException
Deprecated. Default constructor.
ManagerException(String) - Constructor for exception com.sun.jdmk.ManagerException
Deprecated. Constructor that allows a specific error message to be specified.
mapErrorStatus(int, int, int) - Static method in class com.sun.management.comm.SnmpAdaptorServer
Method that maps an SNMP error status in the passed protocolVersion according to the provided pdu type.
Mapper - Interface in com.sun.jdmk.comm
Deprecated. MBean proxies should be generated using MBeanServerInvocationHandler.newProxyInstance. The interface Mapper may be removed in a future version of Java DMK.
mapRowStatus(SnmpOid, SnmpVarBind, Object) - Method in class com.sun.management.snmp.agent.SnmpMibTable
Map the value of the vbstatus varbind to the corresponding RowStatus code defined in EnumRowStatus.
mapRowStatus(SnmpVarBind, Object) - Method in class com.sun.management.snmp.usm.usmmib.UsmUserEntryMeta
 
mapRowStatus(SnmpOid, SnmpVarBind, Object) - Method in class com.sun.management.snmp.usm.usmmib.UsmUserTableMeta
 
max(UnsignedLong) - Method in class com.sun.jdmk.UnsignedLong
Return the larger of this and x.
MAX_NB_BOOTS - Static variable in interface com.sun.management.snmp.usm.SnmpUsm
The User based Security Model max nb boots as defined in RFC 2574.
MAX_USM_USER_NAME_LENGTH - Static variable in class com.sun.management.snmp.usm.usmmib.TableUsmUserTableImpl
 
MAX_VALUE - Static variable in class com.sun.jdmk.UnsignedLong
The largest representable UnsignedLong value, equal to 264 - 1.
MAX_VALUE - Static variable in class com.sun.management.snmp.SnmpUnsignedInt
The largest value of the type unsigned int (2^32 - 1).
maxRepetitions - Variable in class com.sun.management.snmp.SnmpPduBulk
The max-repetitions value.
MBeanInstantiator - Interface in com.sun.jdmk
Contains methods for instantiating objects, finding the class given its name and using different class loaders, deserializing objects in the context of a given class loader.
MBeanInstantiatorImpl - 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.
MBeanInstantiatorImpl(ModifiableClassLoaderRepository) - Constructor for class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
MBeanInterceptor - Interface in com.sun.jdmk
Deprecated. Use MBeanServerInterceptor instead.
MBeanInterceptorWrapper - Class in com.sun.jdmk
Deprecated. use MBeanServerInterceptorWrapper instead.
MBeanInterceptorWrapper(MBeanInterceptor, MBeanInterceptorWrapper.Controller) - Constructor for class com.sun.jdmk.MBeanInterceptorWrapper
Deprecated. Construct a new MBeanInterceptorWrapper.
MBeanInterceptorWrapper.Controller - Interface in com.sun.jdmk
Deprecated. Use MBeanServerInterceptorWrapper.Controller instead.
MBeanServerChecker - Class in com.sun.jdmk
An object of this class implements the MBeanServer interface and, for each of its methods, calls an appropriate checking method and then forwards the request to a wrapped MBeanServer object.
MBeanServerChecker(MBeanServer) - Constructor for class com.sun.jdmk.MBeanServerChecker
Make a new MBeanServerChecker that forwards each method from the MBeanServer interface to the given object, after calling an appropriate checking method.
MBeanServerConnectionFactory - Interface in com.sun.jdmk.remote.cascading
An object that is able to return connections to a given MBeanServer.
MBeanServerConnectionWrapper - Class in com.sun.jdmk.remote.cascading
An object of this class implements the MBeanServer interface and, for each of its methods forwards the request to a wrapped MBeanServerConnection object.
MBeanServerConnectionWrapper() - Constructor for class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
 
MBeanServerForwarder - Class in com.sun.jdmk
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
MBeanServerForwarder(MBeanServer) - Constructor for class com.sun.jdmk.MBeanServerForwarder
Make a new MBeanServerForwarder that forwards all requests from the MBeanServer interface to mbs.
MBeanServerImpl - Class in com.sun.jdmk
Deprecated. Use objects returned by JdmkMBeanServerBuilder instead.
MBeanServerImpl(MBeanInstantiator) - Constructor for class com.sun.jdmk.MBeanServerImpl
Deprecated. Public internal: Creates an MBeanServer with a standard default domain name.
MBeanServerImpl(MBeanInstantiator, String) - Constructor for class com.sun.jdmk.MBeanServerImpl
Deprecated. Public internal: Creates an MBeanServer with the specified default domain name.
MBeanServerImpl(MBeanInstantiator, MetaData, String) - Constructor for class com.sun.jdmk.MBeanServerImpl
Deprecated. Public internal: Creates an MBeanServer with the specified default domain name.
MBeanServerInt - Interface in com.sun.jdmk
Deprecated. Use JdmkMBeanServer instead.
MBeanServerInterceptor - Interface in com.sun.jdmk.interceptor
This interface specifies the behavior to be implemented by an MBean Server Interceptor.
MBeanServerInterceptorWrapper - Class in com.sun.jdmk.interceptor
Implements a MBeanServerInterceptorWrapper that receives all requests from the MBeanServer and forward them to a wrapped MBeanServerInterceptor.
MBeanServerInterceptorWrapper(MBeanServerInterceptor, MBeanServerInterceptorWrapper.Controller) - Constructor for class com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper
Construct a new MBeanServerInterceptorWrapper.
MBeanServerInterceptorWrapper.Controller - Interface in com.sun.jdmk.interceptor
This interface is called before and after each operation is invoked on the wrapped interceptor.
MBeanServerRequestMessage - Class in javax.management.remote.message
An MBeanServerConnection method call, encoded as an object.
MBeanServerRequestMessage(int, Object[], Subject) - Constructor for class javax.management.remote.message.MBeanServerRequestMessage
Constructs a message to invoke the method with the given identifier and parameters.
MBeanServerResponseMessage - Class in javax.management.remote.message
The result of an MBeanServerConnection method call, encoded as an object.
MBeanServerResponseMessage(long, Object, boolean) - Constructor for class javax.management.remote.message.MBeanServerResponseMessage
Constructs a message representing the response to a previous MBeanServerRequestMessage.
MBSDelegateObjectName - Static variable in class com.sun.jdmk.remote.cascading.CascadingAgent
A constant holding the standard ObjectName of the MBeanServerDelegate MBean.
MD5_BLOCKSIZE - Static variable in class com.sun.management.snmp.usm.SnmpUsmHmacMd5
Block size as defined in rfc 2574, 64.
Message - Interface in javax.management.remote.message
This interface is used to tag an implementing class as a JMXMP protocol message that can be exchanged between the client and the server ends of a JMX API connector.
MESSAGE_CONNECTION - Static variable in class javax.management.remote.generic.GenericConnector
Name of the attribute that specifies how this connector sends messages to its connector server.
MESSAGE_CONNECTION_SERVER - Static variable in class javax.management.remote.generic.GenericConnectorServer
Name of the attribute that specifies how connections are made to this connector server.
MessageConnection - Interface in javax.management.remote.generic
Interface specifying the full-duplex transport used by each end of a Generic Connector connection to communicate with the other end.
MessageConnectionServer - Interface in javax.management.remote.generic
Interface specifying how a connector server creates new connections to clients.
meta() - Method in class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Return the MetaData service object used by this interceptor.
meta - Variable in class com.sun.management.snmp.agent.SnmpTableSupport
The associated metadata object
MetaData - Interface in com.sun.jdmk
The MetaData interface provides local to the metadata service in an agent.
MetaDataImpl - 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.
metadatas - Variable in class com.sun.management.snmp.usm.usmmib.SNMP_USER_BASED_SM_MIB
 
MIB_CORE_FILE - Static variable in class com.sun.jdmk.JdmkProperties
Deprecated. use JdmkProperties instead.
MibGen - Class in com.sun.jdmk.tools
The main class of the mibgen tool.
mibName - Variable in class com.sun.management.snmp.agent.SnmpMibAgent
The object name of the MIB.
min(UnsignedLong) - Method in class com.sun.jdmk.UnsignedLong
Return the smaller of this and x.
MLET - Static variable in class com.sun.jdmk.ServiceName
The default key properties for registering the class loader of the MLet service.
MLET_LIB_DIR - Static variable in class com.sun.jdmk.JdmkProperties
Deprecated. use JdmkProperties instead.
mod(UnsignedLong) - Method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong that is equal to this mod x.
ModifiableClassLoaderRepository - Interface in com.sun.jdmk
This interface keeps the list of Class Loaders registered in the MBean Server.
mount(JMXServiceURL, Map, ObjectName, String) - Method in class com.sun.jdmk.remote.cascading.CascadingService
 
mount(JMXServiceURL, Map, ObjectName, String) - Method in interface com.sun.jdmk.remote.cascading.CascadingServiceMBean
Mounts a partial view of the source MBeanServer identified by its JMXServiceURL.
msgFlags - Variable in class com.sun.management.snmp.SnmpScopedPduPacket
Message flags.
msgFlags - Variable in class com.sun.management.snmp.SnmpV3Message
Message flags.
msgId - Variable in class com.sun.management.snmp.SnmpScopedPduPacket
Message identifier.
msgId - Variable in class com.sun.management.snmp.SnmpV3Message
Message identifier.
msgMaxSize - Variable in class com.sun.management.snmp.SnmpScopedPduPacket
Message max size the pdu sender can deal with.
msgMaxSize - Variable in class com.sun.management.snmp.SnmpV3Message
Message max size the pdu sender can deal with.
msgSecurityModel - Variable in class com.sun.management.snmp.SnmpScopedPduPacket
The security model the security sub system MUST use in order to deal with this pdu (e.g.
msgSecurityModel - Variable in class com.sun.management.snmp.SnmpV3Message
The security model the security sub system MUST use in order to deal with this pdu (e.g.
msgSecurityParameters - Variable in class com.sun.management.snmp.SnmpV3Message
The unmarshalled security parameters.
multiply(UnsignedLong) - Method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong that is equal mod 264 to this * x.
mustCascade(ObjectName) - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
Returns true if the given source MBean name is the name of an MBean that must be cascaded.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST
A B C D E F G H I J K 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.