Serialized Form


Package javax.management

Class javax.management.Attribute implements Serializable

Serialization Methods

readObject

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

name

java.lang.String name

value

java.lang.Object value

Class javax.management.AttributeChangeNotification implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName

attributeType

java.lang.String attributeType

oldValue

java.lang.Object oldValue

newValue

java.lang.Object newValue

Class javax.management.AttributeChangeNotificationFilter implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

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

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

isRead

boolean isRead

isWrite

boolean isWrite

is

boolean is

Class javax.management.MBeanConstructorInfo implements Serializable

Serialized Fields

signature

MBeanParameterInfo[] signature

Class javax.management.MBeanException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.management.MBeanFeatureInfo implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

Class javax.management.MBeanInfo implements Serializable

Serialized Fields

className

java.lang.String className

description

java.lang.String description

constructors

MBeanConstructorInfo[] constructors

attributes

MBeanAttributeInfo[] attributes

operations

MBeanOperationInfo[] operations

notifications

MBeanNotificationInfo[] notifications

Class javax.management.MBeanNotificationInfo implements Serializable

Serialized Fields

types

java.lang.String[] types

Class javax.management.MBeanOperationInfo implements Serializable

Serialized Fields

signature

MBeanParameterInfo[] signature

type

java.lang.String type

impact

int impact

Class javax.management.MBeanParameterInfo implements Serializable

Serialized Fields

type

java.lang.String type

Class javax.management.MBeanRegistrationException implements Serializable

Class javax.management.MBeanServerNotification implements Serializable

Serialized Fields

objectName

ObjectName objectName

Class javax.management.MBeanServerPermission implements Serializable

Serialization Methods

readObject

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

Class javax.management.NotCompliantMBeanException implements Serializable

Class javax.management.Notification implements Serializable

Serialization Methods

readObject

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

type

java.lang.String type

sequenceNumber

long sequenceNumber

timeStamp

long timeStamp

message

java.lang.String message

userData

java.lang.Object userData

source

java.lang.Object source

Class javax.management.NotificationFilterSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

Class javax.management.ObjectInstance implements Serializable

Serialized Fields

className

java.lang.String className

name

ObjectName name

Class javax.management.ObjectName implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

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

Class javax.management.RuntimeErrorException implements Serializable

Serialized Fields

error

java.lang.Error error

Class javax.management.RuntimeMBeanException implements Serializable

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException

Class javax.management.RuntimeOperationsException implements Serializable

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException

Class javax.management.ServiceNotFoundException implements Serializable

Class javax.management.StringValueExp implements Serializable

Serialized Fields

val

java.lang.String val


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport implements Serializable

Serialized Fields

descriptor

java.util.HashMap descriptor

Class javax.management.modelmbean.InvalidTargetObjectTypeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.management.modelmbean.ModelMBeanAttributeInfo implements Serializable

Serialized Fields

attrDescriptor

Descriptor attrDescriptor

Class javax.management.modelmbean.ModelMBeanConstructorInfo implements Serializable

Serialized Fields

consDescriptor

Descriptor consDescriptor

Class javax.management.modelmbean.ModelMBeanInfoSupport implements Serializable

Serialized Fields

modelMBeanDescriptor

Descriptor modelMBeanDescriptor

modelMBeanAttributes

MBeanAttributeInfo[] modelMBeanAttributes

modelMBeanConstructors

MBeanConstructorInfo[] modelMBeanConstructors

modelMBeanNotifications

MBeanNotificationInfo[] modelMBeanNotifications

modelMBeanOperations

MBeanOperationInfo[] modelMBeanOperations

Class javax.management.modelmbean.ModelMBeanNotificationInfo implements Serializable

Serialized Fields

notificationDescriptor

Descriptor notificationDescriptor

Class javax.management.modelmbean.ModelMBeanOperationInfo implements Serializable

Serialized Fields

operationDescriptor

Descriptor operationDescriptor


Package javax.management.monitor

Class javax.management.monitor.MonitorNotification implements Serializable

Serialized Fields

observedObject

ObjectName observedObject

observedAttribute

java.lang.String observedAttribute

derivedGauge

java.lang.Object derivedGauge

trigger

java.lang.Object trigger

Class javax.management.monitor.MonitorSettingException implements Serializable


Package javax.management.openmbean

Class javax.management.openmbean.ArrayType implements Serializable

Serialized Fields

dimension

int dimension
The dimension of the ArrayType

elementType

OpenType elementType
The OpenType elemement of this ArrayType

Class javax.management.openmbean.CompositeDataSupport implements Serializable

Serialized Fields

contents

java.util.SortedMap contents

compositeType

CompositeType compositeType

Class javax.management.openmbean.CompositeType implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
obtain the values from the TreeMaps and validate
Serialized Fields

nameToDescription

java.util.TreeMap nameToDescription

nameToType

java.util.TreeMap nameToType

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

defaultValue

java.lang.Object defaultValue

legalValues

java.util.Set legalValues

minValue

java.lang.Comparable minValue

maxValue

java.lang.Comparable maxValue

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

Class javax.management.openmbean.OpenMBeanParameterInfoSupport implements Serializable

Serialized Fields

openType

OpenType openType

defaultValue

java.lang.Object defaultValue

legalValues

java.util.Set legalValues

minValue

java.lang.Comparable minValue

maxValue

java.lang.Comparable maxValue

Class javax.management.openmbean.OpenType implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
read out object, validate it using the same methods the constructor uses to validate its' invariants
Serialized Fields

className

java.lang.String className

typeName

java.lang.String typeName

description

java.lang.String description

Class javax.management.openmbean.SimpleType implements Serializable

Class javax.management.openmbean.TabularDataSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
acts as a second constructor so validate all invariants and recreate the object in the correct state
Serialized Fields

dataMap

java.util.Map dataMap

tabularType

TabularType tabularType

Class javax.management.openmbean.TabularType implements Serializable

Serialized Fields

rowType

CompositeType rowType

indexNames

java.util.List indexNames


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(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

Class javax.management.relation.RelationException implements Serializable

Class javax.management.relation.RelationNotFoundException implements Serializable

Class javax.management.relation.RelationNotification implements Serializable

Serialized Fields

relationId

java.lang.String relationId

relationTypeName

java.lang.String relationTypeName

roleName

java.lang.String roleName

relationObjName

ObjectName relationObjName

unregisterMBeanList

java.util.List unregisterMBeanList

oldRoleValue

java.util.List oldRoleValue

newRoleValue

java.util.List newRoleValue

Class javax.management.relation.RelationServiceNotRegisteredException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException implements Serializable

Class javax.management.relation.RelationTypeSupport implements Serializable

Serialized Fields

typeName

java.lang.String typeName

roleName2InfoMap

java.util.Map roleName2InfoMap

isInRelationService

boolean isInRelationService

Class javax.management.relation.Role implements Serializable

Serialized Fields

name

java.lang.String name

objectNameList

java.util.List objectNameList

Class javax.management.relation.RoleInfo implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

referencedMBeanClassName

java.lang.String referencedMBeanClassName

isWritable

boolean isWritable

isReadable

boolean isReadable

minDegree

int minDegree

maxDegree

int maxDegree

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

roleList

RoleList roleList

unresolvedRoleList

RoleUnresolvedList unresolvedRoleList

Class javax.management.relation.RoleUnresolved implements Serializable

Serialized Fields

roleName

java.lang.String roleName

roleValue

java.util.List roleValue

problemType

int problemType

Class javax.management.relation.RoleUnresolvedList implements Serializable


Package javax.management.timer

Class javax.management.timer.TimerNotification implements Serializable

Serialized Fields

notificationID

java.lang.Integer notificationID


Package mx4j

Class mx4j.ImplementationException implements Serializable


Package mx4j.adaptor.http

Class mx4j.adaptor.http.HttpException implements Serializable

Serialized Fields

code

int code
Error code


Package mx4j.adaptor.interceptor

Class mx4j.adaptor.interceptor.AdaptorInterceptorException implements Serializable

Serialized Fields

m_target

java.lang.Exception m_target

Class mx4j.adaptor.interceptor.Invocation implements Serializable

Serialized Fields

m_classloaderKey

java.lang.String m_classloaderKey

m_objectName

ObjectName m_objectName

m_methodName

java.lang.String m_methodName

m_signature

java.lang.String[] m_signature

m_arguments

java.lang.Object[] m_arguments

m_context

InvocationContext m_context

Class mx4j.adaptor.interceptor.InvocationResult implements Serializable

Serialized Fields

m_result

java.lang.Object m_result


Package mx4j.adaptor.rmi

Class mx4j.adaptor.rmi.RMIAdaptor implements Serializable

Serialized Fields

m_server

MBeanServer m_server

m_objectName

ObjectName m_objectName

m_interceptors

java.util.ArrayList m_interceptors

m_interceptorNames

java.util.ArrayList m_interceptorNames

m_address

JMXAddress m_address

m_headInterceptor

Interceptor m_headInterceptor

Class mx4j.adaptor.rmi.SSLAdaptorRMIServerSocketFactory implements Serializable

Serialized Fields

m_factory

SSLAdaptorServerSocketFactoryMBean m_factory

Class mx4j.adaptor.rmi.SSLRMIClientSocketFactory implements Serializable


Package mx4j.adaptor.rmi.iiop

Class mx4j.adaptor.rmi.iiop.IIOPAdaptor implements Serializable

Serialized Fields

m_running

boolean m_running


Package mx4j.adaptor.rmi.jrmp

Class mx4j.adaptor.rmi.jrmp.JRMPAdaptor implements Serializable

Serialized Fields

m_running

boolean m_running

m_port

int m_port

m_sslFactory

java.lang.String m_sslFactory


Package mx4j.connector

Class mx4j.connector.JMXAddress implements Serializable

Serialized Fields

address

java.lang.String address

Class mx4j.connector.MalformedJMXAddressException implements Serializable


Package mx4j.connector.rmi

Class mx4j.connector.rmi.RemoteNotificationFilterSupport implements Serializable

Serialized Fields

m_clientSideFilter

mx4j.connector.rmi.RemoteNotificationFilter m_clientSideFilter
When this class is serialized to the server, the stub of this remote object will be sent to the server, enabling it to call back the client. This must be the ONLY data member.

Class mx4j.connector.rmi.RemoteNotificationListenerSupport implements Serializable

Serialized Fields

m_clientSideListener

mx4j.connector.rmi.RemoteNotificationListener m_clientSideListener
When this class is serialized to the server, the stub of this remote object will be sent to the server, enabling it to call back the client. This must be the ONLY data member.

Class mx4j.connector.rmi.RMIConnector implements Serializable

Serialized Fields

remoteAdaptor

RemoteAdaptor remoteAdaptor


Package mx4j.connector.rmi.iiop

Class mx4j.connector.rmi.iiop.IIOPConnector implements Serializable

Class mx4j.connector.rmi.iiop.IIOPRemoteNotificationFilterSupport implements Serializable

Class mx4j.connector.rmi.iiop.IIOPRemoteNotificationListenerSupport implements Serializable


Package mx4j.connector.rmi.jrmp

Class mx4j.connector.rmi.jrmp.JRMPConnector implements Serializable

Class mx4j.connector.rmi.jrmp.JRMPRemoteNotificationFilterSupport implements Serializable

Class mx4j.connector.rmi.jrmp.JRMPRemoteNotificationListenerSupport implements Serializable


Package mx4j.loading

Class mx4j.loading.MLetParseException implements Serializable


Package mx4j.server

Class mx4j.server.MBeanPermission implements Serializable

Serialization Methods

readObject

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

actions

java.lang.String actions

Class mx4j.server.MBeanTrustPermission implements Serializable


Package mx4j.tools.heartbeat

Class mx4j.tools.heartbeat.ConnectorException implements Serializable



Copyright © 2001-2002 MX4J Team. All Rights Reserved.