Serialized Form


Package javax.management

Class javax.management.Attribute implements Serializable

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
The MBean attribute name.

attributeType

java.lang.String attributeType
The MBean attribute type.

oldValue

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

newValue

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

Class javax.management.AttributeChangeNotificationFilter implements Serializable

Serialized Fields

enabledAttributes

java.util.List enabledAttributes
List 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

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.

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

java.lang.Exception exception
Encapsulated Exception

Class javax.management.MBeanFeatureInfo implements Serializable

Serialized Fields

name

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

description

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

Class javax.management.MBeanInfo implements Serializable

Serialized Fields

description

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

className

java.lang.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

java.lang.String[] types

Class javax.management.MBeanOperationInfo implements Serializable

Serialized Fields

type

java.lang.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
Returns the impact of the method, one of INFO, ACTION, ACTION_INFO, UNKNOWN.

Class javax.management.MBeanParameterInfo implements Serializable

Serialized Fields

type

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

Class javax.management.MBeanPermission implements Serializable

Serialized Fields

action

java.lang.String action
The action string.

actions

java.util.Set actions

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

Class javax.management.MBeanTrustPermission implements Serializable

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

writeObject

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

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

sequenceNumber

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

timeStamp

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

userData

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

message

java.lang.String message
The notification message.

sourceObjectName

ObjectName sourceObjectName
The ObjectName source

source

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

Class javax.management.NotificationFilterSupport implements Serializable

Serialized Fields

enabledTypes

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

Class javax.management.ObjectInstance implements Serializable

Serialized Fields

name

ObjectName name
Object name.

className

java.lang.String className
Class 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
Serialized Fields

domain

java.lang.String domain

propertyMap

java.util.HashMap propertyMap

propertyListString

java.lang.String propertyListString

canonicalName

java.lang.String canonicalName

pattern

boolean pattern

propertyPattern

boolean propertyPattern

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.modelmbean

Class javax.management.modelmbean.DescriptorSupport implements Serializable

Serialized Fields

descriptor

java.util.Map descriptor

Class javax.management.modelmbean.InvalidTargetObjectTypeException implements Serializable

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

descriptor

Descriptor descriptor

Class javax.management.modelmbean.ModelMBeanOperationInfo implements Serializable

Serialized Fields

operationDescriptor

Descriptor operationDescriptor

Class javax.management.modelmbean.XMLParseException implements Serializable


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 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

java.util.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

java.util.TreeMap nameToDescription
Sorted mapping of the item names to their descriptions

nameToType

java.util.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

java.lang.Object defaultValue
The open mbean attribute's default value

legalValues

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

minValue

java.lang.Comparable minValue
The open mbean attribute's min value

maxValue

java.lang.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

java.lang.Object defaultValue
The open mbean parameter's default value

legalValues

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

minValue

java.lang.Comparable minValue
The open mbean parameter's min value

maxValue

java.lang.Comparable maxValue
The open mbean parameter's max value

Class javax.management.openmbean.OpenType implements Serializable

Serialization Methods

readObject

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

className

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

description

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

typeName

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

Class javax.management.openmbean.SimpleType implements Serializable

Class javax.management.openmbean.TabularDataSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a TabularDataSupport from an ObjectInputStream.
Serialized Fields

dataMap

java.util.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

java.util.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.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

selectedNames

java.util.Set selectedNames

deselectedNames

java.util.Set deselectedNames

enableAll

boolean enableAll

disableAll

boolean disableAll

Class javax.management.relation.RelationException implements Serializable

Class javax.management.relation.RelationNotFoundException implements Serializable

Class javax.management.relation.RelationNotification implements Serializable

Serialized Fields

myRelId

java.lang.String myRelId

myRelTypeName

java.lang.String myRelTypeName

myRelObjName

ObjectName myRelObjName

myUnregMBeanList

java.util.ArrayList myUnregMBeanList

myRoleName

java.lang.String myRoleName

myOldRoleValue

java.util.ArrayList myOldRoleValue

myNewRoleValue

java.util.ArrayList myNewRoleValue

Class javax.management.relation.RelationServiceNotRegisteredException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException implements Serializable

Class javax.management.relation.RelationTypeSupport implements Serializable

Serialized Fields

name

java.lang.String name

roleInfoMap

java.util.Map roleInfoMap

isInRelationService

boolean isInRelationService

Class javax.management.relation.Role implements Serializable

Serialized Fields

roleName

java.lang.String roleName

roleValue

java.util.List roleValue

Class javax.management.relation.RoleInfo implements Serializable

Serialized Fields

name

java.lang.String name

readable

boolean readable

writable

boolean writable

description

java.lang.String description

minDegree

int minDegree

maxDegree

int maxDegree

refMBeanClassName

java.lang.String refMBeanClassName

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

roleUnresList

RoleUnresolvedList roleUnresList

Class javax.management.relation.RoleUnresolved implements Serializable

Serialized Fields

roleName

java.lang.String roleName

roleValue

java.util.List roleValue

roleStatus

int roleStatus

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 org.huihoo.jfox.jmx

Class org.huihoo.jfox.jmx.ExtendedMBeanServerNotification implements Serializable

Serialized Fields

operationName

java.lang.String operationName

params

java.lang.Object[] params

Class org.huihoo.jfox.jmx.ExtendedObjectInstance implements Serializable

Serialized Fields

mbeanClass

java.lang.Class mbeanClass

interfaceClass

java.lang.Class interfaceClass


Package org.huihoo.jfox.jmx.adaptor.http

Class org.huihoo.jfox.jmx.adaptor.http.HttpRedirectException implements Serializable

Class org.huihoo.jfox.jmx.adaptor.http.InvalidInputException implements Serializable

Class org.huihoo.jfox.jmx.adaptor.http.MalformedHttpHeaderException implements Serializable


Package org.huihoo.jfox.jmx.interceptor

Class org.huihoo.jfox.jmx.interceptor.MBeanServerInterceptorFilter implements Serializable


Package org.huihoo.jfox.jmx.loading

Class org.huihoo.jfox.jmx.loading.MLetException implements Serializable


Package org.huihoo.jfox.jmx.queries

Class org.huihoo.jfox.jmx.queries.AndQueryExp implements Serializable

Serialized Fields

leftExp

QueryExp leftExp

rightExp

QueryExp rightExp

Class org.huihoo.jfox.jmx.queries.BetweenQueryExp implements Serializable

Serialized Fields

exp1

ValueExp exp1

exp2

ValueExp exp2

exp3

ValueExp exp3

Class org.huihoo.jfox.jmx.queries.BooleanValueExp implements Serializable

Serialized Fields

val

boolean val

Class org.huihoo.jfox.jmx.queries.ClassAttributeValueExp implements Serializable

Serialized Fields

attr

java.lang.String attr

Class org.huihoo.jfox.jmx.queries.DivOpValueExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.EqRelQueryExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.GeqRelQueryExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.GtRelQueryExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.InQueryExp implements Serializable

Serialized Fields

val

ValueExp val

valueList

ValueExp[] valueList

Class org.huihoo.jfox.jmx.queries.LeqRelQueryExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.LtRelQueryExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.MatchQueryExp implements Serializable

Serialized Fields

exp

AttributeValueExp exp

pattern

java.lang.String pattern

Class org.huihoo.jfox.jmx.queries.MinusOpValueExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.NotQueryExp implements Serializable

Serialized Fields

exp

QueryExp exp

Class org.huihoo.jfox.jmx.queries.NumericValueExp implements Serializable

Serialization Methods

readObject

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

writeObject

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

Class org.huihoo.jfox.jmx.queries.OrQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1

exp2

QueryExp exp2

Class org.huihoo.jfox.jmx.queries.PlusOpValueExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp

Class org.huihoo.jfox.jmx.queries.QualifiedAttributeValueExp implements Serializable

Serialized Fields

className

java.lang.String className

Class org.huihoo.jfox.jmx.queries.TimesOpValueExp implements Serializable

Serialized Fields

leftExp

ValueExp leftExp

rightExp

ValueExp rightExp