Serialized Form


Package com.sun.jdmk.comm

Class com.sun.jdmk.comm.AuthInfo implements Serializable

Serialized Fields

login

java.lang.String login
The login value

password

java.lang.String password
The password value

sccs_id

java.lang.String sccs_id
Unused. For compatibility only.

Class com.sun.jdmk.comm.CommunicationException implements Serializable

Serialized Fields

target

java.lang.Throwable target
This field holds the target if the CommunicationException(Throwable target) constructor was used to instantiate the object.
 

Class com.sun.jdmk.comm.CommunicatorServer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Controls the way the CommunicatorServer service is deserialized.
Serialized Fields

host

java.lang.String host
The host name used by this CommunicatorServer.
 

infoType

int infoType

maxActiveClientCount

int maxActiveClientCount
The maximum number of clients that the CommunicatorServer can process concurrently.
 

mbs

MBeanServer mbs
The MBeanServer where this CommunicatorServer is to be registered with.
 

objectName

ObjectName objectName
The object name of the connector server.
 

port

int port
The port number used by this CommunicatorServer.
 

Class com.sun.jdmk.comm.HtmlAdaptorServer implements Serializable

Serialized Fields

addrLastClient

java.net.InetAddress addrLastClient
The IP address of the last connected client.

authInfo

java.util.Vector authInfo
The list of authentication information for the HTML protocol adaptor.

dattributes

MBeanAttributeInfo[] dattributes
The list of exposed attributes for the HTML protocol adaptor.

dclassName

java.lang.String dclassName
The Java class name of the HTML protocol adaptor.

dconstructors

MBeanConstructorInfo[] dconstructors
The list of public constructors for the HTML protocol adaptor.

ddescription

java.lang.String ddescription
The description of the HTML protocol adaptor.

dmbeaninfo

MBeanInfo dmbeaninfo
The management interface exposed by the HTML protocol adaptor.

doperations

MBeanOperationInfo[] doperations
The list of operations for the HTML protocol adaptor.

userParser

ObjectName userParser
The object name of the HTML parser MBean used by the HTML protocol adaptor.

Class com.sun.jdmk.comm.MalformedHttpException implements Serializable


Package com.sun.management.jmx

Class com.sun.management.jmx.TraceFilter implements Serializable

Serialized Fields

levels

int levels

types

int types

Class com.sun.management.jmx.TraceNotification implements Serializable

Serialized Fields

className

java.lang.String className
The name of the class from which the information comes

exception

java.lang.Throwable exception
The exception sent out by the class Trace.

It can be null if a string is provided as information.


globalSequenceNumber

long globalSequenceNumber
Global sequence number representing the place of this notification in all notification sequence.

info

java.lang.String info
The information sent out by the class Trace.

It can be null if an exception is provided as information.


level

int level
The level of information.

methodName

java.lang.String methodName
The name of the method from which the information comes.

sequenceNumber

long sequenceNumber
Sequence number representing the place of this notification in the sequence of all same type notifications

type

int type
The type of information.


Package javax.management

Class javax.management.Attribute implements Serializable

Serialized Fields

name

java.lang.String name
Attribute name.

value

java.lang.Object value
Value

Class javax.management.AttributeChangeNotification implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName
The MBean attribute name.

attributeType

java.lang.String attributeType
The MBean attribute type.

newValue

java.lang.Object newValue
The MBean attribute new value.

oldValue

java.lang.Object oldValue
The MBean attribute old value.

Class javax.management.AttributeChangeNotificationFilter implements Serializable

Serialized Fields

enabledAttributes

java.util.Vector enabledAttributes
Vector that contains the enabled attribute names. The default value is an empty vector.

Class javax.management.AttributeList implements Serializable

Class javax.management.AttributeNotFoundException implements Serializable

Class javax.management.AttributeValueExp implements Serializable

Serialized Fields

attr

java.lang.String attr
The name of the attribute

Class javax.management.BadAttributeValueExpException implements Serializable

Serialized Fields

val

java.lang.Object val

Class javax.management.BadBinaryOpValueExpException implements Serializable

Serialized Fields

exp

ValueExp exp

Class javax.management.BadStringOperationException implements Serializable

Serialized Fields

op

java.lang.String op

Class javax.management.InstanceAlreadyExistsException implements Serializable

Class javax.management.InstanceNotFoundException implements Serializable

Class javax.management.IntrospectionException implements Serializable

Class javax.management.InvalidApplicationException implements Serializable

Serialized Fields

val

java.lang.Object val

Class javax.management.InvalidAttributeValueException implements Serializable

Class javax.management.JMException implements Serializable

Class javax.management.JMRuntimeException implements Serializable

Class javax.management.ListenerNotFoundException implements Serializable

Class javax.management.MalformedObjectNameException implements Serializable

Class javax.management.MBeanAttributeInfo implements Serializable

Serialized Fields

attributeType

java.lang.String attributeType
The actual attribute type.

is

boolean is
Indicates if this method is a "is"

isRead

boolean isRead
The attribute read right.

isWrite

boolean isWrite
The attribute write right.

Class javax.management.MBeanConstructorInfo implements Serializable

Serialized Fields

signature

MBeanParameterInfo[] signature
The signature of the method, that is, the class names of the arguments.

Class javax.management.MBeanException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Encapsulated Exception

Class javax.management.MBeanFeatureInfo implements Serializable

Serialized Fields

description

java.lang.String description
The human readable description of the feature.

name

java.lang.String name
The name of the feature.

Class javax.management.MBeanInfo implements Serializable

Serialized Fields

attributes

MBeanAttributeInfo[] attributes
The MBean attribute descriptors.

className

java.lang.String className
The MBean qualified name.

constructors

MBeanConstructorInfo[] constructors
The MBean constructor descriptors.

description

java.lang.String description
The human readable description of the class.

isOpen

boolean isOpen
Tells if this is an open MBean.

notifications

MBeanNotificationInfo[] notifications
The MBean notification descriptors.

operations

MBeanOperationInfo[] operations
The MBean operation descriptors.

Class javax.management.MBeanNotificationInfo implements Serializable

Serialized Fields

types

java.lang.String[] types
The type of the notification.

Class javax.management.MBeanOperationInfo implements Serializable

Serialized Fields

impact

int impact
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.

signature

MBeanParameterInfo[] signature
The signature of the method, that is, the class names of the arguments.

type

java.lang.String type
The method's return value.

Class javax.management.MBeanParameterInfo implements Serializable

Serialized Fields

type

java.lang.String type
The type or class name of the data.

Class javax.management.MBeanRegistrationException implements Serializable

Class javax.management.MBeanServerNotification implements Serializable

Serialized Fields

objectName

ObjectName objectName
The object names of the MBeans concerned by this notification

Class javax.management.NotCompliantMBeanException implements Serializable

Class javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

message

java.lang.String message
The notification message.

sequenceNumber

long sequenceNumber
The notification sequence number. A serial number which identify particular instance of notification in the context of the notification source.

source

java.lang.Object source
The object on which the notification initially occurred.

sourceObjectName

ObjectName sourceObjectName
The ObjectName source

timeStamp

long timeStamp
The notification timestamp. Indicating when the notification was generated

type

java.lang.String type
The notification type. A string expressed in a dot notation similar to Java properties. An example of a notification type is network.alarm.router

userData

java.lang.Object userData
The notification user data. Used for whatever other data the notification source wishes to communicate to its consumers

Class javax.management.NotificationFilterSupport implements Serializable

Serialized Fields

enabledTypes

java.util.Vector enabledTypes
Vector that contains the enabled notification types. The default value is an empty vector.

Class javax.management.ObjectInstance implements Serializable

Serialized Fields

className

java.lang.String className
Class name.

name

ObjectName name
Object name.

Class javax.management.ObjectName implements Serializable

Serialized Fields

canonicalName

java.lang.String canonicalName
Canonical name.

domain

java.lang.String domain
Domain name.

pattern

boolean pattern
boolean that declares if this ObjectName contains a pattern

propertyList

java.util.Hashtable propertyList
Table that contains all the pairs (key,value) for this ObjectName.

propertyListString

java.lang.String propertyListString
Contains the properties in the same order as the user specified them, if the constructor ObjectName(String) was used to create this object.

propertyPattern

boolean propertyPattern
boolean that declares if this ObjectName contains a pattern on the key property list

Class javax.management.OperationsException implements Serializable

Class javax.management.QueryEval implements Serializable

Class javax.management.ReflectionException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The wrapped Exception

Class javax.management.RuntimeErrorException implements Serializable

Serialized Fields

error

java.lang.Error error
Th encapsulated Error

Class javax.management.RuntimeMBeanException implements Serializable

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.RuntimeOperationsException implements Serializable

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.ServiceNotFoundException implements Serializable

Class javax.management.StringValueExp implements Serializable

Serialized Fields

val

java.lang.String val


Package javax.management.loading

Class javax.management.loading.DefaultLoaderRepository implements Serializable


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport implements Serializable

Serialized Fields

currClass

java.lang.String currClass

descriptor

java.util.HashMap descriptor

Class javax.management.modelmbean.InvalidTargetObjectTypeException implements Serializable

Serialized Fields

msgStr

java.lang.String msgStr

relatedExcept

java.lang.Exception relatedExcept

Class javax.management.modelmbean.ModelMBeanAttributeInfo implements Serializable

Serialized Fields

attrDescriptor

Descriptor attrDescriptor

currClass

java.lang.String currClass

Class javax.management.modelmbean.ModelMBeanConstructorInfo implements Serializable

Serialized Fields

consDescriptor

Descriptor consDescriptor

currClass

java.lang.String currClass

Class javax.management.modelmbean.ModelMBeanInfoSupport implements Serializable

Serialized Fields

currClass

java.lang.String currClass

mmbAttributes

MBeanAttributeInfo[] mmbAttributes

mmbConstructors

MBeanConstructorInfo[] mmbConstructors

mmbNotifications

MBeanNotificationInfo[] mmbNotifications

mmbOperations

MBeanOperationInfo[] mmbOperations

modelMBeanDescriptor

Descriptor modelMBeanDescriptor

Class javax.management.modelmbean.ModelMBeanNotificationInfo implements Serializable

Serialized Fields

currClass

java.lang.String currClass

ntfyDescriptor

Descriptor ntfyDescriptor

Class javax.management.modelmbean.ModelMBeanOperationInfo implements Serializable

Serialized Fields

currClass

java.lang.String currClass

operDescriptor

Descriptor operDescriptor

Class javax.management.modelmbean.XMLParseException implements Serializable

Serialized Fields

msgStr

java.lang.String msgStr


Package javax.management.monitor

Class javax.management.monitor.CounterMonitor implements Serializable

Serialized Fields

differenceMode

boolean differenceMode
Flag indicating if the counter difference mode is used. If the counter difference mode is used, the derived gauge is the difference between two consecutive observed values. Otherwise, the derived gauge is directly the value of the observed attribute.
The default value is set to false.

modulus

java.lang.Number modulus
Counter modulus.
The default value is a null Integer object.

notify

boolean notify
Flag indicating if the counter monitor notifies when exceeding the threshold.
The default value is set to false.

offset

java.lang.Number offset
Counter offset.
The default value is a null Integer object.

threshold

java.lang.Number threshold
Counter threshold.
The default value is a null Integer object.

Class javax.management.monitor.GaugeMonitor implements Serializable

Serialized Fields

differenceMode

boolean differenceMode
Flag indicating if the gauge difference mode is used. If the gauge difference mode is used, the derived gauge is the difference between two consecutive observed values. Otherwise, the derived gauge is directly the value of the observed attribute.
The default value is set to false.

highThreshold

java.lang.Number highThreshold
Gauge high threshold.
The default value is a null Integer object.

lowThreshold

java.lang.Number lowThreshold
Gauge low threshold.
The default value is a null Integer object.

notifyHigh

boolean notifyHigh
Flag indicating if the gauge monitor notifies when exceeding the high threshold.
The default value is set to false.

notifyLow

boolean notifyLow
Flag indicating if the gauge monitor notifies when exceeding the low threshold.
The default value is set to false.

Class javax.management.monitor.Monitor implements Serializable

Serialized Fields

alreadyNotified

int alreadyNotified
Selected monitor errors that have already been notified.

dbgTag

java.lang.String dbgTag

granularityPeriod

long granularityPeriod
Monitor granularity period (in milliseconds).
The default value is set to 10 seconds.

observedAttribute

java.lang.String observedAttribute
Attribute to observe.
The default value is set to null.

observedObject

ObjectName observedObject
Object to which the attribute to observe belongs to.
The default value is set to null.

server

MBeanServer server
Reference on the MBean server. This reference is null when the monitor MBean is not registered in an MBean server. This reference is initialized before the monitor MBean is registered in the MBean server.
See Also:
Monitor.preRegister(MBeanServer server, ObjectName name)

Class javax.management.monitor.MonitorNotification implements Serializable

Serialized Fields

derivedGauge

java.lang.Object derivedGauge
Monitor notification derived gauge.

observedAttribute

java.lang.String observedAttribute
Monitor notification observed attribute.

observedObject

ObjectName observedObject
Monitor notification observed object.

trigger

java.lang.Object trigger
Monitor notification release mechanism. This value is used to keep the threshold/string (depending on the monitor type) that triggered off this notification.

Class javax.management.monitor.MonitorSettingException implements Serializable

Class javax.management.monitor.StringMonitor implements Serializable

Serialized Fields

notifyDiffer

boolean notifyDiffer
Flag indicating if the string monitor notifies when differing from the string to compare.
The default value is set to false.

notifyMatch

boolean notifyMatch
Flag indicating if the string monitor notifies when matching the string to compare.
The default value is set to false.

stringToCompare

java.lang.String stringToCompare
String to compare with the observed attribute.
The default value is an empty character sequence.


Package javax.management.relation

Class javax.management.relation.InvalidRelationIdException implements Serializable

Class javax.management.relation.InvalidRelationServiceException implements Serializable

Class javax.management.relation.InvalidRelationTypeException implements Serializable

Class javax.management.relation.InvalidRoleInfoException implements Serializable

Class javax.management.relation.InvalidRoleValueException implements Serializable

Class javax.management.relation.MBeanServerNotificationFilter implements Serializable

Serialized Fields

myDeselectObjNameList

java.util.Vector myDeselectObjNameList

mySelectObjNameList

java.util.Vector mySelectObjNameList

Class javax.management.relation.RelationException implements Serializable

Class javax.management.relation.RelationNotFoundException implements Serializable

Class javax.management.relation.RelationNotification implements Serializable

Serialized Fields

myNewRoleValue

java.util.ArrayList myNewRoleValue

myOldRoleValue

java.util.ArrayList myOldRoleValue

myRelId

java.lang.String myRelId

myRelObjName

ObjectName myRelObjName

myRelTypeName

java.lang.String myRelTypeName

myRoleName

java.lang.String myRoleName

myUnregMBeanList

java.util.ArrayList myUnregMBeanList

Class javax.management.relation.RelationServiceNotRegisteredException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException implements Serializable

Class javax.management.relation.RelationTypeSupport implements Serializable

Serialized Fields

myIsInRelServFlg

boolean myIsInRelServFlg

myRoleName2InfoMap

java.util.HashMap myRoleName2InfoMap

myTypeName

java.lang.String myTypeName

Class javax.management.relation.Role implements Serializable

Serialized Fields

myName

java.lang.String myName

myObjNameList

java.util.ArrayList myObjNameList

Class javax.management.relation.RoleInfo implements Serializable

Serialized Fields

myDescription

java.lang.String myDescription

myIsReadableFlg

boolean myIsReadableFlg

myIsWritableFlg

boolean myIsWritableFlg

myMaxDegree

int myMaxDegree

myMinDegree

int myMinDegree

myName

java.lang.String myName

myRefMBeanClassName

java.lang.String myRefMBeanClassName

Class javax.management.relation.RoleInfoNotFoundException implements Serializable

Class javax.management.relation.RoleList implements Serializable

Class javax.management.relation.RoleNotFoundException implements Serializable

Class javax.management.relation.RoleResult implements Serializable

Serialized Fields

myRoleList

RoleList myRoleList

myRoleUnresList

RoleUnresolvedList myRoleUnresList

Class javax.management.relation.RoleUnresolved implements Serializable

Serialized Fields

myPbType

int myPbType

myRoleName

java.lang.String myRoleName

myRoleValue

java.util.ArrayList myRoleValue

Class javax.management.relation.RoleUnresolvedList implements Serializable


Package javax.management.timer

Class javax.management.timer.Timer implements Serializable

Serialized Fields

counterID

int counterID
The notification counter ID. Used to keep the max key value inserted into the timer table.

dbgTag

java.lang.String dbgTag

sendPastNotifications

boolean sendPastNotifications
Past notifications sending on/off flag value. This attribute is used to specify if the timer has to send past notifications after start.
The default value is set to false.

timerTable

java.util.Hashtable timerTable
Table containing all the timer notifications of this timer, with the associated date, period and number of occurences.

Class javax.management.timer.TimerNotification implements Serializable

Serialized Fields

notificationID

java.lang.Integer notificationID
Timer notification identifier. This identifier is used to retreive a timer notification from the timer list of notifications.