Serialized Form


Package javax.management

Class javax.management.AndQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1
The first QueryExp of the conjuction

exp2

QueryExp exp2
The second QueryExp of the conjuction

Class javax.management.Attribute implements Serializable

Serialized Fields

name

String name
Attribute name.

value

Object value
Attribute value

Class javax.management.AttributeChangeNotification implements Serializable

Serialized Fields

attributeName

String attributeName
The MBean attribute name.

attributeType

String attributeType
The MBean attribute type.

oldValue

Object oldValue
The MBean attribute old value.

newValue

Object newValue
The MBean attribute new value.

Class javax.management.AttributeChangeNotificationFilter implements Serializable

Serialized Fields

enabledAttributes

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

String attr
The name of the attribute

Class javax.management.BadAttributeValueExpException implements Serializable

Serialized Fields

val

Object val
The attribute value that originated this exception

Class javax.management.BadBinaryOpValueExpException implements Serializable

Serialized Fields

exp

ValueExp exp
the ValueExp that originated this exception

Class javax.management.BadStringOperationException implements Serializable

Serialized Fields

op

String op
The description of the operation that originated this exception

Class javax.management.BetweenQueryExp implements Serializable

Serialized Fields

exp1

ValueExp exp1
The checked value

exp2

ValueExp exp2
The lower bound value

exp3

ValueExp exp3
The upper bound value

Class javax.management.BinaryOpValueExp implements Serializable

Serialized Fields

op

int op
The operator

exp1

ValueExp exp1
The first value

exp2

ValueExp exp2
The second value

Class javax.management.BinaryRelQueryExp implements Serializable

Serialized Fields

relOp

int relOp
The operator

exp1

ValueExp exp1
The first value

exp2

ValueExp exp2
The second value

Class javax.management.BooleanValueExp implements Serializable

Serialized Fields

val

boolean val
The boolean value

Class javax.management.ClassAttributeValueExp implements Serializable

Serialized Fields

attr

String attr
The name of the attribute

Class javax.management.InQueryExp implements Serializable

Serialized Fields

val

ValueExp val
The ValueExp to be found

valueList

ValueExp[] valueList
The array of ValueExp to be searched

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

Object val
The object representing the class of the MBean

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.MatchQueryExp implements Serializable

Serialized Fields

exp

AttributeValueExp exp
The attribute value to be matched

pattern

String pattern
The pattern to be matched

Class javax.management.MBeanAttributeInfo implements Serializable

Serialized Fields

attributeType

String attributeType
The actual attribute type.

isWrite

boolean isWrite
The attribute write right.

isRead

boolean isRead
The attribute read right.

is

boolean is
Indicates if this method is a "is"

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

Exception exception
Encapsulated Exception

Class javax.management.MBeanFeatureInfo implements Serializable

Serialized Fields

name

String name
The name of the feature. It is recommended that subclasses call MBeanFeatureInfo.getName() rather than reading this field, and that they not change it.

The name of the feature.

description

String description
The human-readable description of the feature. It is recommended that subclasses call MBeanFeatureInfo.getDescription() rather than reading this field, and that they not change it.

The human-readable description of the feature.

Class javax.management.MBeanInfo implements Serializable

Serialized Fields

description

String description
The human readable description of the class.

className

String className
The MBean qualified name.

attributes

MBeanAttributeInfo[] attributes
The MBean attribute descriptors.

operations

MBeanOperationInfo[] operations
The MBean operation descriptors.

constructors

MBeanConstructorInfo[] constructors
The MBean constructor descriptors.

notifications

MBeanNotificationInfo[] notifications
The MBean notification descriptors.

Class javax.management.MBeanNotificationInfo implements Serializable

Serialized Fields

types

String[] types
The different types of the notification.

Class javax.management.MBeanOperationInfo implements Serializable

Serialized Fields

type

String type
The method's return value.

signature

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

impact

int impact
The impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN

Class javax.management.MBeanParameterInfo implements Serializable

Serialized Fields

type

String type
The type or class name of the data.

Class javax.management.MBeanPermission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize this object based on its name and actions.

Serialized Fields

actions

String actions
The actions string.

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.MBeanServerPermission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Class javax.management.MBeanServerPermissionCollection implements Serializable

Serialized Fields

collectionPermission

MBeanServerPermission collectionPermission
Null if no permissions in collection, otherwise a single permission that is the union of all permissions that have been added.

Class javax.management.MBeanTrustPermission implements Serializable

Class javax.management.NotCompliantMBeanException implements Serializable

Class javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a Notification from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a Notification to an ObjectOutputStream.

Serialized Fields

message

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

Object source
The object on which the notification initially occurred.

timeStamp

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

type

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

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

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

Class javax.management.NotQueryExp implements Serializable

Serialized Fields

exp

QueryExp exp
The negated QueryExp

Class javax.management.NumericValueExp implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a NumericValueExp from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a NumericValueExp to an ObjectOutputStream.

Serialized Fields

val

Number val
The {@link Number} representing the numeric value

Class javax.management.ObjectInstance implements Serializable

Serialized Fields

name

ObjectName name
Object name.

className

String className
Class name.

Class javax.management.ObjectName implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an ObjectName from an ObjectInputStream.

Serial Data:
  • In the current serial form (value of property jmx.serial.form differs from 1.0): the string "<domain>:<properties><wild>", where:
    • <domain> represents the domain part of the ObjectName
    • <properties> represents the list of properties, as returned by ObjectName.getKeyPropertyListString()
    • <wild> is empty if not isPropertyPattern, or is the character "*" if isPropertyPattern and <properties> is empty, or is ",*" if isPropertyPattern and <properties> is not empty.
    The intent is that this string could be supplied to the ObjectName.ObjectName(String) constructor to produce an equivalent ObjectName.
  • In the old serial form (value of property jmx.serial.form is 1.0): <domain> <propertyList> <propertyListString> <canonicalName> <pattern> <propertyPattern>, where:
    • <domain> represents the domain part of the ObjectName
    • <propertyList> is the Hashtable that contains all the pairs (key,value) for this ObjectName
    • <propertyListString> is the String representation of the list of properties in any order (not mandatorily a canonical representation)
    • <canonicalName> is the String containing this ObjectName's canonical name
    • <pattern> is a boolean which is true if this ObjectName contains a pattern
    • <propertyPattern> is a boolean which is true if this ObjectName contains a pattern in the list of properties
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes an ObjectName to an ObjectOutputStream.

Serial Data:
  • In the current serial form (value of property jmx.serial.form differs from 1.0): the string "<domain>:<properties><wild>", where:
    • <domain> represents the domain part of the ObjectName
    • <properties> represents the list of properties, as returned by ObjectName.getKeyPropertyListString()
    • <wild> is empty if not isPropertyPattern, or is the character "*" if this isPropertyPattern and <properties> is empty, or is ",*" if isPropertyPattern and <properties> is not empty.
    The intent is that this string could be supplied to the ObjectName.ObjectName(String) constructor to produce an equivalent ObjectName.
  • In the old serial form (value of property jmx.serial.form is 1.0): <domain> <propertyList> <propertyListString> <canonicalName> <pattern> <propertyPattern>, where:
    • <domain> represents the domain part of the ObjectName
    • <propertyList> is the Hashtable that contains all the pairs (key,value) for this ObjectName
    • <propertyListString> is the String representation of the list of properties in any order (not mandatorily a canonical representation)
    • <canonicalName> is the String containing this ObjectName's canonical name
    • <pattern> is a boolean which is true if this ObjectName contains a pattern
    • <propertyPattern> is a boolean which is true if this ObjectName contains a pattern in the list of properties
IOException
Serialized Fields

Class javax.management.OperationsException implements Serializable

Class javax.management.OrQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1
The left query expression

exp2

QueryExp exp2
The right query expression

Class javax.management.QualifiedAttributeValueExp implements Serializable

Serialized Fields

className

String className
The attribute class name

Class javax.management.QueryEval implements Serializable

Class javax.management.ReflectionException implements Serializable

Serialized Fields

exception

Exception exception
The wrapped Exception

Class javax.management.RuntimeErrorException implements Serializable

Serialized Fields

error

Error error
The encapsulated Error

Class javax.management.RuntimeMBeanException implements Serializable

Serialized Fields

runtimeException

RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.RuntimeOperationsException implements Serializable

Serialized Fields

runtimeException

RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.ServiceNotFoundException implements Serializable

Class javax.management.StringValueExp implements Serializable

Serialized Fields

val

String val
The string literal


Package javax.management.loading

Class javax.management.loading.MLet implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException

Restore this MLet's contents from the given ObjectInput. Not all implementations support this method. Those that do not throw UnsupportedOperationException. A subclass may override this method to support it or to change the format of the read data.

The format of the read data is not specified, but if an implementation supports MLet.readExternal(java.io.ObjectInput) it must also support MLet.writeExternal(java.io.ObjectOutput) in such a way that what is written by the latter can be read by the former.

Throws:
IOException - if a problem occurred while reading.
ClassNotFoundException - if the class for the object being restored cannot be found.
UnsupportedOperationException - if this implementation does not support this operation.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException

Save this MLet's contents to the given ObjectOutput. Not all implementations support this method. Those that do not throw UnsupportedOperationException. A subclass may override this method to support it or to change the format of the written data.

The format of the written data is not specified, but if an implementation supports MLet.writeExternal(java.io.ObjectOutput) it must also support MLet.readExternal(java.io.ObjectInput) in such a way that what is written by the former can be read by the latter.

Throws:
IOException - If a problem occurred while writing.
UnsupportedOperationException - If this implementation does not support this operation.

Class javax.management.loading.PrivateMLet implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException

Restore this MLet's contents from the given ObjectInput. Not all implementations support this method. Those that do not throw UnsupportedOperationException. A subclass may override this method to support it or to change the format of the read data.

The format of the read data is not specified, but if an implementation supports MLet.readExternal(java.io.ObjectInput) it must also support MLet.writeExternal(java.io.ObjectOutput) in such a way that what is written by the latter can be read by the former.

Throws:
IOException - if a problem occurred while reading.
ClassNotFoundException - if the class for the object being restored cannot be found.
UnsupportedOperationException - if this implementation does not support this operation.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException

Save this MLet's contents to the given ObjectOutput. Not all implementations support this method. Those that do not throw UnsupportedOperationException. A subclass may override this method to support it or to change the format of the written data.

The format of the written data is not specified, but if an implementation supports MLet.writeExternal(java.io.ObjectOutput) it must also support MLet.readExternal(java.io.ObjectInput) in such a way that what is written by the former can be read by the latter.

Throws:
IOException - If a problem occurred while writing.
UnsupportedOperationException - If this implementation does not support this operation.


Package javax.management.monitor

Class javax.management.monitor.MonitorNotification implements Serializable

Serialized Fields

observedObject

ObjectName observedObject
Monitor notification observed object.

observedAttribute

String observedAttribute
Monitor notification observed attribute.

derivedGauge

Object derivedGauge
Monitor notification derived gauge.

trigger

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


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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an MBeanServerNotificationFilter from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes an MBeanServerNotificationFilter to an ObjectOutputStream.

Serialized Fields

deselectedNames

List deselectedNames
List of {@link ObjectName}s with no interest

selectedNames

List selectedNames
List of {@link ObjectName}s of interest

Class javax.management.relation.RelationException implements Serializable

Class javax.management.relation.RelationNotFoundException implements Serializable

Class javax.management.relation.RelationNotification implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a RelationNotification from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a RelationNotification to an ObjectOutputStream.

Serialized Fields

newRoleValue

List newRoleValue
New role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)

oldRoleValue

List oldRoleValue
Old role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)

relationId

String relationId
Relation identifier of created/removed/updated relation

relationObjName

ObjectName relationObjName
{@link ObjectName} of the relation MBean of created/removed/updated relation (only if the relation is represented by an MBean)

relationTypeName

String relationTypeName
Relation type name of created/removed/updated relation

roleName

String roleName
Name of updated role (only for role update)

unregisterMBeanList

List unregisterMBeanList
List of {@link ObjectName}s of referenced MBeans to be unregistered due to relation removal

Class javax.management.relation.RelationServiceNotRegisteredException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException implements Serializable

Class javax.management.relation.RelationTypeSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a RelationTypeSupport from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a RelationTypeSupport to an ObjectOutputStream.

Serialized Fields

isInRelationService

boolean isInRelationService
Flag specifying whether the relation type has been declared in the Relation Service (so can no longer be updated)

roleName2InfoMap

Map roleName2InfoMap
{@link Map} holding the mapping: <role name ({@link String})> -> <role info ({@link RoleInfo} object)>

typeName

String typeName
Relation type name

Class javax.management.relation.Role implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a Role from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a Role to an ObjectOutputStream.

Serialized Fields

name

String name
Role name

objectNameList

List objectNameList
{@link List} of {@link ObjectName}s of referenced MBeans

Class javax.management.relation.RoleInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a RoleInfo from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a RoleInfo to an ObjectOutputStream.

Serialized Fields

description

String description
Role description

isReadable

boolean isReadable
Read access mode: true if role is readable

isWritable

boolean isWritable
Write access mode: true if role is writable

maxDegree

int maxDegree
Maximum degree (i.e. maximum number of referenced MBeans in corresponding role)

minDegree

int minDegree
Minimum degree (i.e. minimum number of referenced MBeans in corresponding role)

name

String name
Role name

referencedMBeanClassName

String referencedMBeanClassName
Name of class of MBean(s) expected to be referenced in corresponding role

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a RoleResult from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a RoleResult to an ObjectOutputStream.

Serialized Fields

roleList

RoleList roleList
List of roles successfully accessed

unresolvedRoleList

RoleUnresolvedList unresolvedRoleList
List of roles unsuccessfully accessed

Class javax.management.relation.RoleUnresolved implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a RoleUnresolved from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a RoleUnresolved to an ObjectOutputStream.

Serialized Fields

problemType

int problemType
Problem type

roleName

String roleName
Role name

roleValue

List roleValue
Role value ({@link List} of {@link ObjectName} objects)

Class javax.management.relation.RoleUnresolvedList implements Serializable


Package javax.management.timer

Class javax.management.timer.TimerAlarmClockNotification implements Serializable

Class javax.management.timer.TimerNotification implements Serializable

Serialized Fields

notificationID

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


Package javax.management.openmbean

Class javax.management.openmbean.ArrayType implements Serializable

Serialized Fields

dimension

int dimension
The dimension of arrays described by this ArrayType instance

elementType

OpenType elementType
The open type of element values contained in the arrays described by this ArrayType instance

Class javax.management.openmbean.CompositeDataSupport implements Serializable

Serialized Fields

contents

SortedMap contents
Internal representation of the mapping of item names to their respective values. A SortedMap is used for faster retrieval of elements.

compositeType

CompositeType compositeType
The composite type of this composite data instance.

Class javax.management.openmbean.CompositeType implements Serializable

Serialized Fields

nameToDescription

TreeMap nameToDescription
Sorted mapping of the item names to their descriptions

nameToType

TreeMap nameToType
Sorted mapping of the item names to their open types

Class javax.management.openmbean.InvalidKeyException implements Serializable

Class javax.management.openmbean.InvalidOpenTypeException implements Serializable

Class javax.management.openmbean.KeyAlreadyExistsException implements Serializable

Class javax.management.openmbean.OpenDataException implements Serializable

Class javax.management.openmbean.OpenMBeanAttributeInfoSupport implements Serializable

Serialized Fields

openType

OpenType openType
The open mbean attribute's open type

defaultValue

Object defaultValue
The open mbean attribute's default value

legalValues

Set legalValues
The open mbean attribute's legal values. This Set is unmodifiable

minValue

Comparable minValue
The open mbean attribute's min value

maxValue

Comparable maxValue
The open mbean attribute's max value

Class javax.management.openmbean.OpenMBeanConstructorInfoSupport implements Serializable

Class javax.management.openmbean.OpenMBeanInfoSupport implements Serializable

Class javax.management.openmbean.OpenMBeanOperationInfoSupport implements Serializable

Serialized Fields

returnOpenType

OpenType returnOpenType
The open type of the values returned by the operation described by this OpenMBeanOperationInfo instance

Class javax.management.openmbean.OpenMBeanParameterInfoSupport implements Serializable

Serialized Fields

openType

OpenType openType
The open mbean parameter's open type

defaultValue

Object defaultValue
The open mbean parameter's default value

legalValues

Set legalValues
The open mbean parameter's legal values. This Set is unmodifiable

minValue

Comparable minValue
The open mbean parameter's min value

maxValue

Comparable maxValue
The open mbean parameter's max value

Class javax.management.openmbean.OpenType implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an OpenType from an ObjectInputStream.

Serialized Fields

className

String className
The fully qualified Java class name of open data values this type describes.

description

String description
The type description (should not be null or empty).

typeName

String typeName
The name given to this type (should not be null or empty).

Class javax.management.openmbean.SimpleType implements Serializable

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Replace an object read from an ObjectInputStream with the unique instance for that value.

Throws:
ObjectStreamException - if the read object cannot be resolved.

Class javax.management.openmbean.TabularDataSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a TabularDataSupport from an ObjectInputStream.

Serialized Fields

dataMap

Map dataMap
This tabular data instance's contents: a HashMap

tabularType

TabularType tabularType
This tabular data instance's tabular type

Class javax.management.openmbean.TabularType implements Serializable

Serialized Fields

rowType

CompositeType rowType
The composite type of rows

indexNames

List indexNames
The items used to index each row element, kept in the order the user gave This is an unmodifiable ArrayList


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a DescriptorSupport from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a DescriptorSupport to an ObjectOutputStream.

Serialized Fields

descriptor

HashMap descriptor
The collection of fields representing this descriptor

Class javax.management.modelmbean.InvalidTargetObjectTypeException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an InvalidTargetObjectTypeException from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes an InvalidTargetObjectTypeException to an ObjectOutputStream.

Serialized Fields

exception

Exception exception
Encapsulated {@link Exception}

Class javax.management.modelmbean.ModelMBeanAttributeInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a ModelMBeanAttributeInfo from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a ModelMBeanAttributeInfo to an ObjectOutputStream.

Serialized Fields

attrDescriptor

Descriptor attrDescriptor
The {@link Descriptor} containing the metadata corresponding to this attribute

Class javax.management.modelmbean.ModelMBeanConstructorInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a ModelMBeanConstructorInfo from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a ModelMBeanConstructorInfo to an ObjectOutputStream.

Serialized Fields

consDescriptor

Descriptor consDescriptor
The {@link Descriptor} containing the metadata for this instance

Class javax.management.modelmbean.ModelMBeanInfoSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a ModelMBeanInfoSupport from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a ModelMBeanInfoSupport to an ObjectOutputStream.

Serialized Fields

modelMBeanAttributes

ModelMBeanAttributeInfo[] modelMBeanAttributes
The array of {@link ModelMBeanAttributeInfo} objects which have descriptors

modelMBeanConstructors

MBeanConstructorInfo[] modelMBeanConstructors
The array of {@link ModelMBeanConstructorInfo} objects which have descriptors

modelMBeanDescriptor

Descriptor modelMBeanDescriptor
The descriptor containing MBean wide policy

modelMBeanNotifications

MBeanNotificationInfo[] modelMBeanNotifications
The array of {@link ModelMBeanNotificationInfo} objects which have descriptors

modelMBeanOperations

MBeanOperationInfo[] modelMBeanOperations
The array of {@link ModelMBeanOperationInfo} objects which have descriptors

Class javax.management.modelmbean.ModelMBeanNotificationInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a ModelMBeanNotificationInfo from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a ModelMBeanNotificationInfo to an ObjectOutputStream.

Serialized Fields

notificationDescriptor

Descriptor notificationDescriptor
The descriptor containing the appropriate metadata for this instance

Class javax.management.modelmbean.ModelMBeanOperationInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a ModelMBeanOperationInfo from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes a ModelMBeanOperationInfo to an ObjectOutputStream.

Serialized Fields

operationDescriptor

Descriptor operationDescriptor
The descriptor containing the appropriate metadata for this instance

Class javax.management.modelmbean.XMLParseException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes an XMLParseException from an ObjectInputStream.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes an XMLParseException to an ObjectOutputStream.

Serialized Fields


Package com.sun.jdmk

Class com.sun.jdmk.Enumerated implements Serializable

Serialized Fields

value

int value
This variable keeps the integer form of the enumerated. The string form is retreived using getIntTable().

Class com.sun.jdmk.TraceFilter implements Serializable

Serialized Fields

levels

int levels

types

int types

Class com.sun.jdmk.TraceNotification implements Serializable

Serialized Fields

level

int level
The level of information.


type

int type
The type of information.


className

String className
The name of the class from which the information comes


methodName

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


info

String info
The information sent out by the class Trace.

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


exception

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.


sequenceNumber

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


threadName

String threadName
The name of the thread which created this notification.

Since:
JDMK 5.0


Package com.sun.jdmk.comm

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

Serialized Fields

target

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

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


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.