Serialized Form


Package javax.management

Class javax.management.Attribute extends Object implements Serializable

serialVersionUID: 2484220110589082382l

Serialized Fields

name

String name
The name of the attribute.


value

Object value
The value of the attribute.

Class javax.management.AttributeChangeNotification extends Notification implements Serializable

serialVersionUID: 535176054565814134l

Serialized Fields

attributeName

String attributeName
The name of the attribute.


attributeType

String attributeType
The type of the attribute.


oldValue

Object oldValue
The old value of the attribute.


newValue

Object newValue
The new value of the attribute.

Class javax.management.AttributeChangeNotificationFilter extends Object implements Serializable

serialVersionUID: -6347317584796410029l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.AttributeList extends ArrayList implements Serializable

Class javax.management.AttributeNotFoundException extends OperationsException implements Serializable

Class javax.management.AttributeValueExp extends javax.management.ValueExpSupport implements Serializable

serialVersionUID: -7768025046539163385l

Serialized Fields

attr

String attr
The attribute name

Class javax.management.BadAttributeValueExpException extends Exception implements Serializable

Serialized Fields

val

Object val
The invalid value.

Class javax.management.BadBinaryOpValueExpException extends Exception implements Serializable

Serialized Fields

exp

ValueExp exp
The invalid expression.

Class javax.management.BadStringOperationException extends Exception implements Serializable

Serialized Fields

op

String op
The operation

Class javax.management.InstanceAlreadyExistsException extends OperationsException implements Serializable

Class javax.management.InstanceNotFoundException extends OperationsException implements Serializable

Class javax.management.IntrospectionException extends OperationsException implements Serializable

Class javax.management.InvalidApplicationException extends Exception implements Serializable

Serialized Fields

val

Object val

Class javax.management.InvalidAttributeValueException extends OperationsException implements Serializable

Class javax.management.JMException extends Exception implements Serializable

Class javax.management.JMRuntimeException extends RuntimeException implements Serializable

Class javax.management.ListenerNotFoundException extends OperationsException implements Serializable

Class javax.management.MalformedObjectNameException extends OperationsException implements Serializable

Class javax.management.MBeanAttributeInfo extends MBeanFeatureInfo implements Serializable

Serialized Fields

attributeType

String attributeType
Attribute type string. This is a fully qualified class name of the type.


isRead

boolean isRead
Is attribute readable.


isWrite

boolean isWrite
Is attribute writable.


is

boolean is
Is attribute using the boolean isAttributeName naming convention.

Class javax.management.MBeanConstructorInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 4433990064191844427l

Serialized Fields

signature

MBeanParameterInfo[] signature

Class javax.management.MBeanException extends JMException implements Serializable

serialVersionUID: 4066342430588744142l

Serialized Fields

exception

Exception exception
The wrapped exception.

Class javax.management.MBeanFeatureInfo extends Object implements Serializable

serialVersionUID: 3952882688968447265l

Serialized Fields

name

String name
Name of the MBean feature.


description

String description
Human readable description string of the MBean feature.

Class javax.management.MBeanInfo extends Object implements Serializable

serialVersionUID: -6451021435135161911l

Serialized Fields

className

String className

description

String description

attributes

MBeanAttributeInfo[] attributes

constructors

MBeanConstructorInfo[] constructors

operations

MBeanOperationInfo[] operations

notifications

MBeanNotificationInfo[] notifications

Class javax.management.MBeanNotificationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -3888371564530107064l

Serialized Fields

types

String[] types

Class javax.management.MBeanOperationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -6178860474881375330l

Serialized Fields

impact

int impact
Impact of this operation.


signature

MBeanParameterInfo[] signature
Signature of this operation.


type

String type
Return type of this operation as a fully qualified class name.

Class javax.management.MBeanParameterInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 7432616882776782338l

Serialized Fields

type

String type

Class javax.management.MBeanRegistrationException extends MBeanException implements Serializable

Class javax.management.MBeanServerNotification extends Notification implements Serializable

serialVersionUID: 2876477500475969677l

Serialized Fields

objectName

ObjectName objectName
The object name of the mbean being (un)registered

Class javax.management.MBeanServerPermission extends BasicPermission implements Serializable

serialVersionUID: -5661980843569388590l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

Class javax.management.NotCompliantMBeanException extends OperationsException implements Serializable

Class javax.management.Notification extends EventObject implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.NotificationFilterSupport extends Object implements Serializable

serialVersionUID: 6579080007561786969l

Serialized Fields

enabledTypes

Vector enabledTypes
Enabled notification types.

Class javax.management.ObjectInstance extends Object implements Serializable

serialVersionUID: -4099952623687795850l

Serialized Fields

name

ObjectName name

className

String className

Class javax.management.ObjectName extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.OperationsException extends JMException implements Serializable

Class javax.management.QueryEval extends Object implements Serializable

Class javax.management.ReflectionException extends JMException implements Serializable

serialVersionUID: 9170809325636915553l

Serialized Fields

exception

Exception exception
The wrapped exception.

Class javax.management.RuntimeErrorException extends JMRuntimeException implements Serializable

serialVersionUID: 704338937753949796l

Serialized Fields

error

Error error
The wrapped error.

Class javax.management.RuntimeMBeanException extends JMRuntimeException implements Serializable

serialVersionUID: 5274912751982730171l

Serialized Fields

runtimeException

RuntimeException runtimeException
The wrapped runtime exception.

Class javax.management.RuntimeOperationsException extends JMRuntimeException implements Serializable

serialVersionUID: -8408923047489133588l

Serialized Fields

runtimeException

RuntimeException runtimeException
The wrapped runtime exception.

Class javax.management.ServiceNotFoundException extends OperationsException implements Serializable

Class javax.management.StringValueExp extends javax.management.ValueExpSupport implements Serializable

serialVersionUID: -3256390509806284044l

Serialized Fields

val

String val
The value of the string


Package javax.management.loading

Class javax.management.loading.DefaultLoaderRepository extends Object implements Serializable

Class javax.management.loading.MLet extends URLClassLoader implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException

Class javax.management.loading.PrivateMLet extends MLet implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.InvalidTargetObjectTypeException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.ModelMBeanAttributeInfo extends MBeanAttributeInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.ModelMBeanConstructorInfo extends MBeanConstructorInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.ModelMBeanInfoSupport extends MBeanInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.ModelMBeanNotificationInfo extends MBeanNotificationInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.ModelMBeanOperationInfo extends MBeanOperationInfo implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.modelmbean.XMLParseException extends Exception implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields


Package javax.management.monitor

Class javax.management.monitor.MonitorNotification extends Notification implements Serializable

serialVersionUID: -4608189663661929204l

Serialized Fields

derivedGauge

Object derivedGauge
The derived gauge.


observedAttribute

String observedAttribute
The observed attribute.


observedObject

ObjectName observedObject
The observed object.


trigger

Object trigger
The trigger of the notification.

Class javax.management.monitor.MonitorSettingException extends JMRuntimeException implements Serializable


Package javax.management.openmbean

Class javax.management.openmbean.ArrayType extends OpenType implements Serializable

serialVersionUID: 720504429830309770l

Serialized Fields

dimension

int dimension
The number of dimensions in the array


elementType

OpenType elementType
The element type for the array

Class javax.management.openmbean.CompositeDataSupport extends Object implements Serializable

serialVersionUID: 8003518976613702244l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

Class javax.management.openmbean.CompositeType extends OpenType implements Serializable

serialVersionUID: -5366242454346948798l

Serialized Fields

nameToDescription

TreeMap nameToDescription
Item names to descriptions


nameToType

TreeMap nameToType
Item names to open types

Class javax.management.openmbean.InvalidKeyException extends IllegalArgumentException implements Serializable

serialVersionUID: 4224269443946322062l

Class javax.management.openmbean.InvalidOpenTypeException extends IllegalArgumentException implements Serializable

serialVersionUID: -2837312755412327534l

Class javax.management.openmbean.KeyAlreadyExistsException extends IllegalArgumentException implements Serializable

serialVersionUID: 1845183636745282866l

Class javax.management.openmbean.OpenDataException extends JMException implements Serializable

serialVersionUID: 8346311255433349870l

Class javax.management.openmbean.OpenMBeanAttributeInfoSupport extends MBeanAttributeInfo implements Serializable

serialVersionUID: -4867215622149721849l

Serialized Fields

openType

OpenType openType
The OpenType of this attribute


defaultValue

Object defaultValue
The default value of this attribute


legalValues

Set legalValues
The legal values of this attribute


minValue

Comparable minValue
The minimum value of this attribute


maxValue

Comparable maxValue
The maximum value of this attribute

Class javax.management.openmbean.OpenMBeanConstructorInfoSupport extends MBeanConstructorInfo implements Serializable

serialVersionUID: -4400441579007477003l

Class javax.management.openmbean.OpenMBeanInfoSupport extends MBeanInfo implements Serializable

serialVersionUID: 4349395935420511492l

Class javax.management.openmbean.OpenMBeanOperationInfoSupport extends MBeanOperationInfo implements Serializable

serialVersionUID: 4996859732565369366l

Serialized Fields

returnOpenType

OpenType returnOpenType
The open type of the return value

Class javax.management.openmbean.OpenMBeanParameterInfoSupport extends MBeanParameterInfo implements Serializable

serialVersionUID: -7235016873758443122l

Serialized Fields

openType

OpenType openType
The OpenType of this parameter


defaultValue

Object defaultValue
The default value of this parameter


legalValues

Set legalValues
The legal values of this parameter


minValue

Comparable minValue
The minimum value of this parameter


maxValue

Comparable maxValue
The maximum value of this parameter

Class javax.management.openmbean.OpenType extends Object implements Serializable

serialVersionUID: -9195195325186646468l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

Class javax.management.openmbean.SimpleType extends OpenType implements Serializable

serialVersionUID: 2215577471957694503l

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException

Class javax.management.openmbean.TabularDataSupport extends Object implements Serializable

serialVersionUID: 5720150593236309827l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

Class javax.management.openmbean.TabularType extends OpenType implements Serializable

serialVersionUID: 6554071860220659261l

Serialized Fields

rowType

CompositeType rowType
The open type of the rows


indexNames

List indexNames
Index names


Package javax.management.relation

Class javax.management.relation.InvalidRelationIdException extends RelationException implements Serializable

Class javax.management.relation.InvalidRelationServiceException extends RelationException implements Serializable

Class javax.management.relation.InvalidRelationTypeException extends RelationException implements Serializable

Class javax.management.relation.InvalidRoleInfoException extends RelationException implements Serializable

Class javax.management.relation.InvalidRoleValueException extends RelationException implements Serializable

Class javax.management.relation.MBeanServerNotificationFilter extends NotificationFilterSupport implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RelationException extends JMException implements Serializable

Class javax.management.relation.RelationNotFoundException extends RelationException implements Serializable

Class javax.management.relation.RelationNotification extends Notification implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RelationServiceNotRegisteredException extends RelationException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException extends RelationException implements Serializable

Class javax.management.relation.RelationTypeSupport extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.Role extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RoleInfo extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RoleInfoNotFoundException extends RelationException implements Serializable

Class javax.management.relation.RoleList extends ArrayList implements Serializable

Class javax.management.relation.RoleNotFoundException extends RelationException implements Serializable

Class javax.management.relation.RoleResult extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RoleUnresolved extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

Class javax.management.relation.RoleUnresolvedList extends ArrayList implements Serializable


Package javax.management.timer

Class javax.management.timer.Timer extends NotificationBroadcasterSupport implements Serializable

Serialized Fields

nextId

int nextId
The next notification id.


sequenceNumber

long sequenceNumber
The next notification sequence number.


sendPastNotifications

boolean sendPastNotifications
The send past events attribute.


active

boolean active
Whether the service is active.


objectName

ObjectName objectName
Our object name.


notifications

HashMap notifications
The registered notifications.

Class javax.management.timer.TimerNotification extends Notification implements Serializable

serialVersionUID: 1798492029603825750l

Serialized Fields

notificationID

Integer notificationID
The notification id of this timer notification.


Package org.jboss.mx.interceptor

Class org.jboss.mx.interceptor.InterceptorNameConflictException extends Exception implements Serializable


Package org.jboss.mx.loading

Class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig extends Object implements Serializable

Serialized Fields

repositoryName

ObjectName repositoryName
The ObjectName of the loader repository for this deployment


repositoryClassName

String repositoryClassName

configParserClassName

String configParserClassName

repositoryConfig

String repositoryConfig


Package org.jboss.mx.metadata

Class org.jboss.mx.metadata.IllegalPropertyException extends Exception implements Serializable


Package org.jboss.mx.notification

Class org.jboss.mx.notification.NotificationFilterProxy extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

source

ObjectName source

delegate

NotificationFilter delegate


Package org.jboss.mx.server

Class org.jboss.mx.server.InvocationException extends Exception implements Serializable

Serialized Fields

t

Throwable t

Class org.jboss.mx.server.ServerObjectInstance extends ObjectInstance implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
We replace ourself with an ObjectInstance in the stream. This loses the agentId which isn't part of the spec.

Throws:
ObjectStreamException - for a serialization error
Serialized Fields

agentID

String agentID
The agent id

Class org.jboss.mx.server.TimeoutException extends Exception implements Serializable


Package org.jboss.mx.util

Class org.jboss.mx.util.InstanceOfQueryExp extends Object implements Serializable

Serialized Fields

server

MBeanServer server

classname

String classname

Class org.jboss.mx.util.JBossNotCompliantMBeanException extends NotCompliantMBeanException implements Serializable

Serialized Fields

t

Throwable t

Class org.jboss.mx.util.JMXInvocationHandler extends Object implements Serializable

Serialized Fields

server

MBeanServer server
Reference to the MBean server this proxy connects to.


objectName

ObjectName objectName
The object name of the MBean this proxy represents.


handler

ProxyExceptionHandler handler
Default exception handler for the proxy.


attributeMap

HashMap attributeMap
MBean attribute meta data.


delegateToStringToResource

boolean delegateToStringToResource
Indicates whether Object.toString() should be delegated to the resource or handled by the proxy.


delegateEqualsToResource

boolean delegateEqualsToResource
Indicates whether Object.equals() should be delegated to the resource or handled by the proxy.


delegateHashCodeToResource

boolean delegateHashCodeToResource
Indicates whether Object.hashCode() should be delegated to the resource or handled by the proxy.

Class org.jboss.mx.util.MBeanProxyCreationException extends JMException implements Serializable

Class org.jboss.mx.util.RuntimeProxyException extends JMRuntimeException implements Serializable

Class org.jboss.mx.util.TimeFormat extends Object implements Serializable

Serialized Fields

original

long original

time

long time

remainder

long remainder

days

long days

hours

long hours

minutes

long minutes

seconds

long seconds

milliseconds

long milliseconds

micro

boolean micro

rounding

int rounding



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.