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

D

DaemonTaskServer - Class in com.sun.jdmk.tasks
This class implements a Task Server that runs in its own thread.
DaemonTaskServer() - Constructor for class com.sun.jdmk.tasks.DaemonTaskServer
 
data - Variable in class com.sun.management.snmp.SnmpMsg
Encoding of the PDU.
dataLength - Variable in class com.sun.management.snmp.SnmpMsg
Number of useful bytes in the data field.
deactivateEncryption() - Method in class com.sun.management.snmp.SnmpEngineParameters
Deactivate SNMP V3 encryption.
decode(String) - Static method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong whose value is specified by the given String, including a possible prefix indicating the radix.
decode(byte[]) - Method in class com.sun.management.snmp.mpm.SnmpMsgProcessingModelV1V2
Look for SnmpMsgProcessingModel interface specification.
decode(byte[]) - Method in class com.sun.management.snmp.mpm.SnmpMsgProcessingModelV3
Look for SnmpMsgProcessingModel interface specification.
decode(byte[]) - Method in interface com.sun.management.snmp.SnmpSecurityParameters
BER decoding of security parameters.
decodeMessage(byte[], int) - Method in class com.sun.management.snmp.SnmpMessage
Decodes the specified bytes and initializes this message.
decodeMessage(byte[], int) - Method in class com.sun.management.snmp.SnmpMsg
Decodes the specified bytes and initializes this message.
decodeMessage(byte[], int) - Method in class com.sun.management.snmp.SnmpV3Message
Decodes the specified bytes and initializes this message.
decodeSnmpPdu() - Method in class com.sun.management.snmp.SnmpMessage
Gets the PDU encoded in this message.
decodeSnmpPdu() - Method in class com.sun.management.snmp.SnmpMsg
Gets the PDU encoded in this message.
decodeSnmpPdu(SnmpMsg) - Method in interface com.sun.management.snmp.SnmpPduFactory
Decodes the specified SnmpMsg and returns the resulting SnmpPdu.
decodeSnmpPdu(SnmpMsg) - Method in class com.sun.management.snmp.SnmpPduFactoryBER
Calls SnmpMsg.decodeSnmpPdu on the specified message and returns the resulting SnmpPdu.
decodeSnmpPdu() - Method in class com.sun.management.snmp.SnmpV3Message
Gets the PDU encoded in this message.
decodeVarBindList(BerDecoder) - Method in class com.sun.management.snmp.SnmpMsg
For Java DMK private use only.
decrypt(byte[], SnmpEncryptionPair) - Method in class com.sun.management.snmp.usm.SnmpUsmDesAlgorithm
Decrypts the passed encrypted data using the provided IV parameter.
decrypt(byte[], SnmpEncryptionPair) - Method in interface com.sun.management.snmp.usm.SnmpUsmPrivAlgorithm
Decrypt some data using a key.
DefaultMapper - Class in com.sun.jdmk.comm
Deprecated. MBean proxies should be generated using MBeanServerInvocationHandler.newProxyInstance. The class DefaultMapper may be removed in a future version of Java DMK.
DefaultMapper() - Constructor for class com.sun.jdmk.comm.DefaultMapper
Deprecated.  
DefaultMBeanInterceptor - 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. The JdmkMBeanServer now uses DefaultMBeanServerInterceptor
DefaultMBeanInterceptor(MBeanServer) - Constructor for class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Creates a DefaultMBeanInterceptor with a standard default domain name.
DefaultMBeanInterceptor(MBeanServer, String) - Constructor for class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Creates a DefaultMBeanInterceptor with the specified default domain name.
DefaultMBeanInterceptor(MBeanServer, String, Repository) - Constructor for class com.sun.jdmk.DefaultMBeanInterceptor
Deprecated. Creates a DefaultMBeanInterceptor with the specified default domain name.
DefaultMBeanServerInterceptor - Class in com.sun.jdmk.interceptor
This is the default class for MBean manipulation on the agent side.
DefaultMBeanServerInterceptor(MBeanServer, MBeanServerDelegate, MBeanServer) - Constructor for class com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor
Creates a DefaultMBeanServerInterceptor with the specified default domain name.
DefaultPaths - Class in com.sun.jdmk
Deprecated. Use com.sun.jdmk.defaults.DefaultPaths instead.
defaultSnmpRequestPktSize - Static variable in class com.sun.management.snmp.manager.SnmpPeer
The default SNMP packet size of an SNMP request (2 * 1024).
defaultSnmpResponsePktSize - Static variable in class com.sun.management.snmp.manager.SnmpPeer
The default SNMP packet size of an SNMP response (8 * 1024).
defaultTimeout - Static variable in class com.sun.management.snmp.agent.SnmpProxy
The default timeout is 10 seconds.
DELEGATE - Static variable in class com.sun.jdmk.ServiceName
The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
DES_DELTA_SIZE - Static variable in interface com.sun.management.snmp.SnmpUsmKeyHandler
DES privacy algorithm delta size.
DES_KEY_SIZE - Static variable in interface com.sun.management.snmp.SnmpUsmKeyHandler
DES privacy algorithm key size.
DES_PRIV - Static variable in class com.sun.management.snmp.usm.SnmpUsmDesAlgorithm
Algorithm name as defined in rfc 2574, "usmDESPrivProtocol".
deserialize(ObjectName, byte[]) - Method in interface com.sun.jdmk.MBeanInstantiator
De-serializes a byte array in the context of the class loader of an MBean.
deserialize(String, byte[]) - Method in interface com.sun.jdmk.MBeanInstantiator
De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[], ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
De-serializes a byte array in the context of a given MBean class loader.
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
deserialize(String, byte[]) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
deserialize(String, ObjectName, byte[], ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("deserialize", name), then checkDeserialize("deserialize", name), then forward this method to the wrapped object.
deserialize(String, byte[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("deserialize", null), then checkDeserialize("deserialize", className), then forward this method to the wrapped object.
deserialize(String, ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerChecker
Call checkAny("deserialize", null), then checkDeserialize("deserialize", className), then forward this method to the wrapped object.
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
deserialize(String, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
deserialize(String, ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerForwarder
 
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. De-serializes a byte array in the context of the class loader of an MBean.
deserialize(String, byte[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. De-serializes a byte array in the context of a given MBean class loader.
deserialize(String, ObjectName, byte[]) - Method in class com.sun.jdmk.MBeanServerImpl
Deprecated. De-serializes a byte array in the context of a given MBean class loader.
deserialize(ObjectName, byte[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
deserialize(String, byte[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
deserialize(String, ObjectName, byte[]) - Method in class com.sun.jdmk.remote.cascading.MBeanServerConnectionWrapper
Throws an UnsupportedOperationException.
destroy - Static variable in class com.sun.management.snmp.EnumRowStatus
This value corresponds to the destroy RowStatus, as defined in RFC 2579 from SMIv2: destroy is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row.
destroySession() - Method in class com.sun.management.snmp.manager.SnmpSession
Destroys any pending requests and then stops the session.
disableCommunityStringAtContext() - Method in class com.sun.management.comm.SnmpV3AdaptorServer
Deactivate the community string to context translation.
disableCommunityStringAtContext() - Method in interface com.sun.management.comm.SnmpV3AdaptorServerMBean
Deactivate the community string to context translation.
disableConnectionNotifications() - Method in class com.sun.jdmk.remote.cascading.CascadingAgent
This method should only be called by subclasses.
disableSnmpV1V2SetRequest() - Method in class com.sun.management.comm.SnmpV3AdaptorServer
Disable SNMP V1 and V2 set requests.
DISCARD_NEW - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
Deprecated. This constant controls the cache behavior for notification forwarding.
DISCARD_OLD - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
Deprecated. This constant controls the cache behavior for notification forwarding.
disconnect() - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated.  
disconnect(boolean) - Method in class com.sun.jdmk.comm.GenericHttpConnectorClient
Deprecated. Terminates the communication with the MBeanServer.
disconnect() - Method in interface com.sun.jdmk.comm.RemoteMBeanServer
Deprecated. Terminates the communication with the MBeanServer.
disconnect() - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Terminates the communication with the MBeanServer.
disconnect(boolean) - Method in class com.sun.jdmk.comm.RmiConnectorClient
Deprecated. Terminates the communication with the MBeanServer.
DiscoveryClient - Class in com.sun.jdmk.discovery
Provides methods to discover Java DMK agents.
DiscoveryClient() - Constructor for class com.sun.jdmk.discovery.DiscoveryClient
Constructs a DiscoveryClient.
DiscoveryClient(String, int) - Constructor for class com.sun.jdmk.discovery.DiscoveryClient
Constructs a DiscoveryClient.
DiscoveryClient(String, int, InetAddress) - Constructor for class com.sun.jdmk.discovery.DiscoveryClient
Constructs a DiscoveryClient.
DiscoveryClientMBean - Interface in com.sun.jdmk.discovery
Provides methods to discover Java DMK agents.
DiscoveryMonitor - Class in com.sun.jdmk.discovery
Describe an MBean that listens for registering and unregistering information sent by DiscoveryResponder objects on a given multicast group.
DiscoveryMonitor() - Constructor for class com.sun.jdmk.discovery.DiscoveryMonitor
Constructs a DiscoveryMonitor.
DiscoveryMonitor(String, int) - Constructor for class com.sun.jdmk.discovery.DiscoveryMonitor
Constructs a DiscoveryMonitor.
DiscoveryMonitor(String, int, InetAddress) - Constructor for class com.sun.jdmk.discovery.DiscoveryMonitor
Constructs a DiscoveryMonitor.
DiscoveryMonitorMBean - Interface in com.sun.jdmk.discovery
Describe an MBean that listens for registering and unregistering information sent by DiscoveryResponder objects on a given multicast group.
DiscoveryResponder - Class in com.sun.jdmk.discovery
Implements the MBean that responds to the discovery requests.
DiscoveryResponder() - Constructor for class com.sun.jdmk.discovery.DiscoveryResponder
Constructs a DiscoveryResponder.
DiscoveryResponder(String, int) - Constructor for class com.sun.jdmk.discovery.DiscoveryResponder
Constructs a DiscoveryResponder.
DiscoveryResponder(String, int, InetAddress) - Constructor for class com.sun.jdmk.discovery.DiscoveryResponder
Constructs a DiscoveryResponder.
DiscoveryResponder(String, int, InetAddress, String) - Constructor for class com.sun.jdmk.discovery.DiscoveryResponder
Constructs a DiscoveryResponder.
DiscoveryResponderMBean - Interface in com.sun.jdmk.discovery
Implements the MBean that responds to the discovery requests.
DiscoveryResponderNotification - Class in com.sun.jdmk.discovery
The DiscoveryResponderNotification object is sent by the DiscoveryMonitor MBean to its listener.
DiscoveryResponderNotification(DiscoveryMonitor, int, DiscoveryResponse, long) - Constructor for class com.sun.jdmk.discovery.DiscoveryResponderNotification
Constructs a DiscoveryResponderNotification.
DiscoveryResponse - Class in com.sun.jdmk.discovery
The DiscoveryResponse is used by the DiscoveryClient class to represent the result of a discovery operation.
divide(UnsignedLong) - Method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong that is equal to [this / x], where [x] is the floor function.
doBind() - Method in class com.sun.jdmk.comm.CommunicatorServer
 
doBind() - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated.  
doBind() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Binds the HTML protocol adaptor.
doBind() - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Binds the adaptor server.
doBind() - Method in class com.sun.management.comm.CommunicatorServer
 
doBind() - Method in class com.sun.management.comm.SnmpAdaptorServer
Creates the datagram socket.
doError(Exception) - Method in class com.sun.jdmk.comm.CommunicatorServer
 
doError(Exception) - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated.  
doError(Exception) - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
 
doError(Exception) - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated.  
doError(Exception) - Method in class com.sun.management.comm.CommunicatorServer
 
doError(Exception) - Method in class com.sun.management.comm.SnmpAdaptorServer
 
DOMAIN - Static variable in class com.sun.jdmk.ServiceName
The default domain.
doProcess() - Method in class com.sun.jdmk.comm.CommunicatorServer
doProcess() is called after doReceive(): it should process the requests of the incoming client.
doProcess() - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated.  
doProcess() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Handles incoming requests.
doProcess() - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Returns immediately.
doProcess() - Method in class com.sun.management.comm.CommunicatorServer
doProcess() is called after doReceive(): it should process the requests of the incoming client.
doProcess() - Method in class com.sun.management.comm.SnmpAdaptorServer
Not used in this context.
doReceive() - Method in class com.sun.jdmk.comm.CommunicatorServer
doReceive() should block until a client is available.
doReceive() - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated.  
doReceive() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Collects incoming requests.
doReceive() - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Collects incoming requests.
doReceive() - Method in class com.sun.management.comm.CommunicatorServer
doReceive() should block until a client is available.
doReceive() - Method in class com.sun.management.comm.SnmpAdaptorServer
Reads a packet from the datagram socket and creates a request handler which decodes and processes the request.
doubleValue() - Method in class com.sun.jdmk.UnsignedLong
Return the representable double that is nearest to this unsigned number.
doUnbind() - Method in class com.sun.jdmk.comm.CommunicatorServer
doUnbind() is called whenever the connector goes OFFLINE, except if doBind() has thrown an exception.
doUnbind() - Method in class com.sun.jdmk.comm.GenericHttpConnectorServer
Deprecated.  
doUnbind() - Method in class com.sun.jdmk.comm.HtmlAdaptorServer
Unbinds the HTML protocol adaptor.
doUnbind() - Method in class com.sun.jdmk.comm.RmiConnectorServer
Deprecated. Unbinds the adaptor.
doUnbind() - Method in class com.sun.management.comm.CommunicatorServer
doUnbind() is called whenever the connector goes OFFLINE, except if doBind() has thrown an exception.
doUnbind() - Method in class com.sun.management.comm.SnmpAdaptorServer
Closes the datagram socket.
dumpHexBuffer(byte[], int, int) - Static method in class com.sun.management.snmp.SnmpMsg
Dumps the content of a byte buffer using hexadecimal form.
duplicate() - Method in class com.sun.management.snmp.SnmpCounter64
Performs a clone action.
duplicate() - Method in class com.sun.management.snmp.SnmpInt
Performs a clone action.
duplicate() - Method in class com.sun.management.snmp.SnmpNull
Performs a clone action.
duplicate() - Method in class com.sun.management.snmp.SnmpOid
Performs a clone action.
duplicate() - Method in class com.sun.management.snmp.SnmpString
Performs a clone action.
duplicate() - Method in class com.sun.management.snmp.SnmpValue
Same as clone, but you cannot perform cloning using this object because clone is protected.
DynamicMetaDataImpl - 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.

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.