Serialized Form
Package com.sun.management |
value
int value
- This variable keeps the integer form of the enumerated.
The string form is retreived using getIntTable().
levels
int levels
types
int types
className
java.lang.String className
- The name of the class from which the information comes
exception
java.lang.Throwable exception
- The exception sent out by the class Trace.
It can be null if a string is provided as information.
globalSequenceNumber
long globalSequenceNumber
- Global sequence number representing the place of this notification in all
notification sequence.
info
java.lang.String info
- The information sent out by the class Trace.
It can be null if an exception is provided as information.
level
int level
- The level of information.
methodName
java.lang.String methodName
- The name of the method from which the information comes.
sequenceNumber
long sequenceNumber
- Sequence number representing the place of this notification in the sequence of
all same type notifications
type
int type
- The type of information.
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.
attr
java.lang.String attr
val
java.lang.Object val
exp
javax.management.BinaryOpValueExp 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.
Optional.
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
- Returns the impact of the method, one of
INFO
, ACTION
, ACTION_INFO
, UNKNOWN
.
Optional.
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.
objectNames
java.util.Vector objectNames
message
java.lang.String message
- The notification message.
sequenceNumber
long sequenceNumber
- The notification sequence number.
sourceObjectName
ObjectName sourceObjectName
- The ObjectName source
timeStamp
java.util.Date timeStamp
- The notification timestamp.
type
java.lang.String type
- The notification type.
userData
java.lang.Object userData
- The notification user data.
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.
name
ObjectName name
- 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
- Encapsulated Exception
error
java.lang.Error error
- Encapsulated Error
runtimeException
java.lang.RuntimeException runtimeException
- Encapsulated RuntimeException
runtimeException
java.lang.RuntimeException runtimeException
- Encapsulated RuntimeException
val
java.lang.String val
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 CounterMonitor 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 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 GaugeMonitor notifies when exceeding the high threshold.
The default value is set to false.
notifyLow
boolean notifyLow
- Flag indicating if the GaugeMonitor 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
- Monitor granularity period (in milliseconds).
The default value is set to 10 seconds.
observedAttribute
java.lang.String observedAttribute
- Attribute to observe.
observedObject
ObjectName observedObject
- Object to which the attribute to observe belongs to.
server
MBeanServer server
- Reference on the MBean server.
This reference is null when the Monitor MBean is not registered in a MBean server.
This reference is initialized before the Monitor MBean is registered in the MBean server.
- See Also:
Monitor.preRegister(MBeanServer server, ObjectName name)
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 StringMonitor notifies when differing from the string to compare.
The default value is set to false.
notifyMatch
boolean notifyMatch
- Flag indicating if the StringMonitor 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.timer |
dbgTag
java.lang.String dbgTag
sendPastNotifications
boolean sendPastNotifications
- Past notifications sending on/off flag value.
This attribute is used to specify if the timer has to send past notifications after start.
The default value is set to false.
timerVector
java.util.Vector timerVector
- Vector that contains the timer notifications with the associated date, period and number of repetitions.
login
java.lang.String login
- The login value
password
java.lang.String password
- The password value
sccs_id
java.lang.String sccs_id
- Unused. For compatibility only.
target
java.lang.Throwable target
- The embedded exception
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Controls the way the CommunicatorServer service is deserialized.
host
java.lang.String host
- The host name used by this CommunicatorServer.
infoType
int infoType
maxActiveClientCount
int maxActiveClientCount
- The maximum number of clients that the CommunicatorServer can
process concurrently.
mbs
MBeanServer mbs
- The MBeanServer where this CommunicatorServer is to be registered with.
objectName
ObjectName objectName
- The object name of the connector server.
port
int port
- The port number used by this CommunicatorServer.
addrLastClient
java.net.InetAddress addrLastClient
authInfo
java.util.Vector authInfo
dattributes
MBeanAttributeInfo[] dattributes
dclassName
java.lang.String dclassName
dconstructors
MBeanConstructorInfo[] dconstructors
ddescription
java.lang.String ddescription
dmbeaninfo
MBeanInfo dmbeaninfo
doperations
MBeanOperationInfo[] doperations
registerClient
boolean registerClient
userParser
ObjectName userParser