Serialized Form
name
java.lang.String name
- Attribute name.
value
java.lang.Object value
- Value.
attributeName
java.lang.String attributeName
- The MBean attribute name.
attributeType
java.lang.String attributeType
- The MBean attribute type.
newValue
java.lang.Object newValue
- The MBean attribute new value.
oldValue
java.lang.Object oldValue
- The MBean attribute old value.
enabledAttributes
java.util.Vector enabledAttributes
- Vector that contains the enabled attribute names. The default value is an
empty vector.
val
java.lang.String val
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
is
boolean is
- Indicates if this method is a "is"
isRead
boolean isRead
- The attribute read right
isWrite
boolean isWrite
- The attribute write right
signature
MBeanParameterInfo[] signature
- The signature of the method, that is, the class names of the arguments.
exception
java.lang.Exception exception
- Encapsulated Exception
description
java.lang.String description
- The human readable description of the feature.
name
java.lang.String name
- The name of the feature.
attributes
MBeanAttributeInfo[] attributes
- The MBean attribute descriptors.
className
java.lang.String className
- The MBean qualified name.
constructors
MBeanConstructorInfo[] constructors
- The MBean constructor descriptors.
description
java.lang.String description
- The human readable description of the class.
isOpen
boolean isOpen
- Tells if this is an open MBean.
notifications
MBeanNotificationInfo[] notifications
- The MBean notification descriptors.
operations
MBeanOperationInfo[] operations
- The MBean operation descriptors.
types
java.lang.String[] types
- The type of the notification.
impact
int impact
- The impact of the method, one of
INFO, ACTION, ACTION_INFO, UNKNOWN.
signature
MBeanParameterInfo[] signature
- The signature of the method, that is, the class names of the arguments.
type
java.lang.String type
- The method's return value.
type
java.lang.String type
- The type or class name of the data.
objectName
ObjectName objectName
- The object names of the MBeans concerned by this notification
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
message
java.lang.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
java.lang.Object source
- The object on which the notification initially occurred.
timeStamp
long timeStamp
- The notification timestamp. Indicating when the notification was generated
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
userData
java.lang.Object userData
- The notification user data. Used for whatever other data the notification
source wishes to communicate to its consumers
enabledTypes
java.util.Vector enabledTypes
- Vector that contains the enabled notification types. The default value is
an empty vector.
className
java.lang.String className
- Class name.
objectName
ObjectName objectName
- Object name.
canonicalName
java.lang.String canonicalName
- Canonical name.
domain
java.lang.String domain
- Domain name.
pattern
boolean pattern
- boolean that declares if this ObjectName contains a pattern
propertyList
java.util.Hashtable propertyList
- Table that contains all the pairs (key,value) for this ObjectName.
propertyListString
java.lang.String propertyListString
- Contains the properties in the same order as the user specified them,
if the constructor ObjectName(String) was used to create this object.
propertyPattern
boolean propertyPattern
- boolean that declares if this ObjectName
contains a pattern on the key property list
exception
java.lang.Exception exception
- The wrapped Exception
error
java.lang.Error error
runtimeException
java.lang.RuntimeException runtimeException
- The encapsulated RuntimeException
runtimeException
java.lang.RuntimeException runtimeException
- The encapsulated RuntimeException
val
java.lang.String val
- String value
Package javax.management.loading
|
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- This method reads the object's contents during Object Serialization.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the object's contents during Object Serialization.
Package javax.management.modelmbean
|
currClass
java.lang.String currClass
-
-
descriptor
java.util.HashMap descriptor
-
-
msgStr
java.lang.String msgStr
-
-
relatedExcept
java.lang.Exception relatedExcept
attrDescriptor
Descriptor attrDescriptor
-
-
currClass
java.lang.String currClass
consDescriptor
Descriptor consDescriptor
-
-
currClass
java.lang.String currClass
currClass
java.lang.String currClass
-
-
mmbAttributes
MBeanAttributeInfo[] mmbAttributes
mmbConstructors
MBeanConstructorInfo[] mmbConstructors
mmbNotifications
MBeanNotificationInfo[] mmbNotifications
mmbOperations
MBeanOperationInfo[] mmbOperations
modelMBeanDescriptor
Descriptor modelMBeanDescriptor
currClass
java.lang.String currClass
-
-
ntfyDescriptor
Descriptor ntfyDescriptor
currClass
java.lang.String currClass
-
-
operDescriptor
Descriptor operDescriptor
msgStr
java.lang.String msgStr
-
-
Package javax.management.monitor
|
differenceMode
boolean differenceMode
- Flag indicating if the counter difference mode is used.
If the counter difference mode is used, the derived gauge is the
difference between two consecutive observed values.
Otherwise, the derived gauge is directly the value of the observed
attribute. The default value is set to false.
modulus
java.lang.Number modulus
- Counter modulus.
The default value is a null Integer object.
notify
boolean notify
- Flag indicating if the counter monitor notifies when exceeding the
threshold. The default value is set to false.
offset
java.lang.Number offset
- Counter offset.
The default value is a null Integer object.
threshold
java.lang.Number threshold
- Counter threshold.
The default value is a null Integer object.
differenceMode
boolean differenceMode
- Flag indicating if the gauge difference mode is used.
If the gauge difference mode is used, the derived gauge is the
difference between two consecutive observed gauge values.
Otherwise, the derived gauge is directly the value of the observed
attribute. The default value is set to false.
highThreshold
java.lang.Number highThreshold
- Gauge high threshold.
The default value is a null Integer object.
lowThreshold
java.lang.Number lowThreshold
- Gauge low threshold.
The default value is a null Integer object.
notifyHigh
boolean notifyHigh
- Flag indicating if the counter monitor notifies when exceeding the
high threshold. The default value is set to false.
notifyLow
boolean notifyLow
- Flag indicating if the counter monitor notifies when exceeding the
low threshold. The default value is set to false.
alreadyNotified
int alreadyNotified
- Selected monitor errors that have already been notified.
dbgTag
java.lang.String dbgTag
granularityPeriod
long granularityPeriod
- the "polling" time
observedAttribute
java.lang.String observedAttribute
- The attribute observed in the mbean
observedObject
ObjectName observedObject
- The Mbean observed
server
MBeanServer server
- Reference on the MBean server.
derivedGauge
java.lang.Object derivedGauge
- Monitor notification derived gauge.
observedAttribute
java.lang.String observedAttribute
- Monitor notification observed attribute.
observedObject
ObjectName observedObject
- Monitor notification observed object.
trigger
java.lang.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.
notifyDiffer
boolean notifyDiffer
- Flag indicating if the string monitor notifies when differing from the
string to compare. The default value is set to false.
notifyMatch
boolean notifyMatch
- Flag indicating if the string monitor notifies when matching the string
to compare. The default value is set to false.
stringToCompare
java.lang.String stringToCompare
- String to compare with the observed attribute.
The default value is an empty character sequence.
Package javax.management.relation
|
myDeselectObjNameList
java.util.Vector myDeselectObjNameList
mySelectObjNameList
java.util.Vector mySelectObjNameList
myNewRoleValue
java.util.ArrayList myNewRoleValue
myOldRoleValue
java.util.ArrayList myOldRoleValue
myRelId
java.lang.String myRelId
myRelObjName
ObjectName myRelObjName
myRelTypeName
java.lang.String myRelTypeName
myRoleName
java.lang.String myRoleName
myUnregMBeanList
java.util.ArrayList myUnregMBeanList
myIsInRelServFlg
boolean myIsInRelServFlg
- An internal flag specifying if the RelationType object is
still handled by the RelationService
myRoleName2InfoMap
java.util.HashMap myRoleName2InfoMap
- Used to store the RoleInfos (the keys are the RoleInfo's names).
myTypeName
java.lang.String myTypeName
- The RelationType's name.
myName
java.lang.String myName
- The role name
-
-
myObjNameList
java.util.ArrayList myObjNameList
- The role value ArrayList(of ObjectName objects)
-
-
myDescription
java.lang.String myDescription
myIsReadableFlg
boolean myIsReadableFlg
myIsWritableFlg
boolean myIsWritableFlg
myMaxDegree
int myMaxDegree
myMinDegree
int myMinDegree
myName
java.lang.String myName
myRefMBeanClassName
java.lang.String myRefMBeanClassName
myRoleList
RoleList myRoleList
myRoleUnresList
RoleUnresolvedList myRoleUnresList
myPbType
int myPbType
myRoleName
java.lang.String myRoleName
myRoleValue
java.util.ArrayList myRoleValue
Package javax.management.timer
|
identifier
int identifier
sendPastNotifications
boolean sendPastNotifications
sequenceNumber
long sequenceNumber
timerNotifications
java.util.LinkedList timerNotifications
timerThread
javax.management.timer.RunnableTimer timerThread
notificationID
java.lang.Integer notificationID