Class Summary |
DaemonTaskServer |
This class inplements a Task Server that runs in its own
thread. |
DefaultPaths |
This class represents a set of default directories used by Java DMK. |
Enumerated |
This class is used for implementing enumerated values. |
GenericProxy |
Implementation of the GenericProxy object associated to a remote MBean. |
Introspector |
This class contains the methods for performing all the tests needed to verify
that a class represents a JMX compliant MBean. |
JdmkProperties |
This class reads a file containing the property list defined for Java DMK
and adds all the read properties to the list of system properties. |
MBeanServerChecker |
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. |
MBeanServerForwarder |
An object of this class implements the MBeanServer interface and
wraps another object that also implements that interface. |
MBeanServerImpl |
This is the base class for MBean manipulation on the agent side.. |
ServiceName |
Used for storing default values used by JDMK services. |
ThreadContext |
Warning: The interface of this class is subject to change. |
Trace |
Makes internal runtime information available through the notification mechanism. |
TraceFilter |
This class is used to filter trace information. |
TraceListener |
An object of this class can be used to receive notifications sent out by the class Trace,
and all notifications received will be saved to a file specified, or write to user screen. |
TraceNotification |
This class defines an object used by the class Trace to send out
all internal runtime information. |
Unsigned |
An unsigned integer, between 0 and some maximum value. |
UnsignedByte |
An unsigned integer, between 0 and 28 - 1. |
UnsignedInt |
An unsigned integer, between 0 and 232 - 1. |
UnsignedLong |
An unsigned integer, between 0 and 264 - 1. |
UnsignedShort |
An unsigned integer, between 0 and 216 - 1. |