Serialized Form
name
java.lang.String name
value
java.lang.Object value
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.
enabledAttributes
java.util.List enabledAttributes
- List that contains the enabled attribute names.
The default value is an empty vector.
attr
java.lang.String attr
val
java.lang.Object val
exp
ValueExp exp
op
java.lang.String op
val
java.lang.Object val
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"
signature
MBeanParameterInfo[] signature
- The signature of the method, that is, the class names of the arguments.
exception
java.lang.Exception exception
- Encapsulated Exception
name
java.lang.String name
- The name of the feature.
description
java.lang.String description
- The human readable description of the feature.
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.
types
java.lang.String[] types
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.
type
java.lang.String type
- The type or class name of the data.
action
java.lang.String action
- The action string.
actions
java.util.Set actions
objectName
ObjectName objectName
- The object names of the MBeans concerned by this notification
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
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.
enabledTypes
java.util.List enabledTypes
- Vector that contains the enabled notification types.
The default value is an empty vector.
name
ObjectName name
- Object name.
className
java.lang.String className
- Class name.
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
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
exception
java.lang.Exception exception
- The wrapped Exception
error
java.lang.Error error
- Th encapsulated Error
runtimeException
java.lang.RuntimeException runtimeException
- The encapsulated RuntimeException
runtimeException
java.lang.RuntimeException runtimeException
- The encapsulated RuntimeException
val
java.lang.String val
|
Package javax.management.relation |
selectedNames
java.util.Set selectedNames
deselectedNames
java.util.Set deselectedNames
enableAll
boolean enableAll
disableAll
boolean disableAll
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
name
java.lang.String name
roleInfoMap
java.util.Map roleInfoMap
isInRelationService
boolean isInRelationService
roleName
java.lang.String roleName
roleValue
java.util.List roleValue
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
roleList
RoleList roleList
roleUnresList
RoleUnresolvedList roleUnresList
roleName
java.lang.String roleName
roleValue
java.util.List roleValue
roleStatus
int roleStatus
|
Package javax.management.timer |
notificationID
java.lang.Integer notificationID
|
Package javax.management.modelmbean |
descriptor
java.util.Map descriptor
attrDescriptor
Descriptor attrDescriptor
consDescriptor
Descriptor consDescriptor
modelMBeanDescriptor
Descriptor modelMBeanDescriptor
modelMBeanAttributes
MBeanAttributeInfo[] modelMBeanAttributes
modelMBeanConstructors
MBeanConstructorInfo[] modelMBeanConstructors
modelMBeanNotifications
MBeanNotificationInfo[] modelMBeanNotifications
modelMBeanOperations
MBeanOperationInfo[] modelMBeanOperations
descriptor
Descriptor descriptor
operationDescriptor
Descriptor operationDescriptor
|
Package javax.management.openmbean |
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
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.
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
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
returnOpenType
OpenType returnOpenType
- The open type of the values returned by the operation
described by this
OpenMBeanOperationInfo instance
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
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes an
OpenType from an ObjectInputStream.
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).
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Replace an object read from an
ObjectInputStream with the unique instance for that
value.
- Throws:
java.io.ObjectStreamException - if the read object cannot be
resolved.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes a
TabularDataSupport from an ObjectInputStream.
dataMap
java.util.Map dataMap
- This tabular data instance's contents: a
HashMap
tabularType
TabularType tabularType
- This tabular data instance's tabular type
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.monitor |
observedObject
ObjectName observedObject
observedAttribute
java.lang.String observedAttribute
derivedGauge
java.lang.Object derivedGauge
trigger
java.lang.Object trigger
|
Package org.huihoo.jfox.jmx |
operationName
java.lang.String operationName
params
java.lang.Object[] params
interfaceClassName
java.lang.String interfaceClassName
|
Package org.huihoo.jfox.jmx.adaptor.http |
|
Package org.huihoo.jfox.jmx.interceptor |
|
Package org.huihoo.jfox.jmx.loading |
|
Package org.huihoo.jfox.jmx.queries |
leftExp
QueryExp leftExp
rightExp
QueryExp rightExp
exp1
ValueExp exp1
exp2
ValueExp exp2
exp3
ValueExp exp3
val
boolean val
attr
java.lang.String attr
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
val
ValueExp val
valueList
ValueExp[] valueList
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
exp
AttributeValueExp exp
pattern
java.lang.String pattern
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
exp
QueryExp exp
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
exp1
QueryExp exp1
exp2
QueryExp exp2
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp
className
java.lang.String className
leftExp
ValueExp leftExp
rightExp
ValueExp rightExp