XMOJO 5 API Docs

Serialized Form


Package com.adventnet.adaptors

Class com.adventnet.adaptors.AbstractAdaptor implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

state

int state

thread

java.lang.Thread thread

notificationBroadcasterSupport

NotificationBroadcasterSupport notificationBroadcasterSupport

mbeanNotificationInfo

MBeanNotificationInfo[] mbeanNotificationInfo

seqNo

long seqNo


Package com.adventnet.adaptors.html

Class com.adventnet.adaptors.html.HtmlAdaptor implements Serializable

Serialized Fields

objectName

ObjectName objectName

table

java.util.Hashtable table

notifFileSize

long notifFileSize

notifFileCount

int notifFileCount

maxNotifFileCount

int maxNotifFileCount

log

com.adventnet.agent.logging.Log log

mbeanInfo

MBeanInfo mbeanInfo

handback

int handback

types

java.util.Vector types

httpIntf

HttpServerInterface httpIntf

notifFlag

boolean notifFlag

authenticateFlag

boolean authenticateFlag

authorisationFlag

boolean authorisationFlag

isStarted

boolean isStarted

init

com.adventnet.adaptors.html.HtmlAdaptorInitializer init

firstAccess

boolean firstAccess


Package com.adventnet.adaptors.rmi

Class com.adventnet.adaptors.rmi.RemoteMBeanServerImpl implements Serializable

Serialized Fields

server

MBeanServer server
The server reference

authenticationEnabled

boolean authenticationEnabled

authorisationEnabled

boolean authorisationEnabled

userContext

com.adventnet.agent.security.UserContext userContext

operationContext

com.adventnet.agent.security.OperationContextInfo operationContext

attributeContext

com.adventnet.agent.security.AttributeContextInfo attributeContext

viewAuthoriser

com.adventnet.agent.security.ViewAuthoriser viewAuthoriser

userName

java.lang.String userName

paramTypes

java.lang.String[] paramTypes

context

java.lang.String context

log

com.adventnet.agent.logging.Log log

viewMBean

ObjectName viewMBean

users

java.util.HashMap users

persistName

java.lang.String persistName

listenerTable

java.util.Hashtable listenerTable

Class com.adventnet.adaptors.rmi.RMIAdaptor implements Serializable

Serialized Fields

remoteMBeanServer

RemoteMBeanServerImpl remoteMBeanServer

objectName

ObjectName objectName
the objectname of this RMIAdaptor mbean.

table

java.util.Hashtable table
the key-value pair objectName table

mbeanInfo

MBeanInfo mbeanInfo
the MBeanInfo of the RMIAdaptor mbean

log

com.adventnet.agent.logging.Log log

authentication

boolean authentication

authorisation

boolean authorisation

isStarted

boolean isStarted
Boolean to indicate whether the RMIAdaptor is started

registry

java.rmi.registry.Registry registry


Package com.adventnet.jmx

Class com.adventnet.jmx.DefaultDynamicMBean implements Serializable

Serialized Fields

mbeanInfo

MBeanInfo mbeanInfo

object

java.lang.Object object

clazz

java.lang.Class clazz

iclazz

java.lang.Class iclazz

superInterfaceMeths

java.lang.reflect.Method[] superInterfaceMeths

readMeths

java.util.Vector readMeths

writeMeths

java.util.Vector writeMeths

isIsMeths

java.util.Vector isIsMeths

Class com.adventnet.jmx.DefaultLoaderRepositoryExt implements Serializable


Package com.adventnet.jmx.utils

Class com.adventnet.jmx.utils.Sorter implements Serializable

Serialized Fields

obj

java.lang.Object[][] obj


Package javax.management

Class javax.management.Attribute implements Serializable

Serialized Fields

name

java.lang.String name
Attribute name.

value

java.lang.Object value
Attribute 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

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 javax.management.AttributeList implements Serializable

Class javax.management.AttributeNotFoundException implements Serializable

Class javax.management.AttributeValueExp implements Serializable

Serialized Fields

attr

java.lang.String attr
The name of the attribute

type

java.lang.String type

retObj

java.lang.Object retObj

className

java.lang.String className

nobject

java.lang.Object nobject

qtype

int qtype

v1

AttributeValueExp v1

v2

AttributeValueExp v2

mbeanName

ObjectName mbeanName

classattr

boolean classattr

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

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

exp

java.lang.Exception exp

Class javax.management.MBeanFeatureInfo implements Serializable

Serialized Fields

name

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

description

java.lang.String description
The description of the feature in a String format

Class javax.management.MBeanInfo implements Serializable

Serialization Methods

readObject

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

className

java.lang.String className
The MBean qualified name.

description

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

attributes

MBeanAttributeInfo[] attributes
The MBean attribute descriptors.

constructors

MBeanConstructorInfo[] constructors
The MBean constructor descriptors.

operations

MBeanOperationInfo[] operations
The MBean operation descriptors.

notifications

MBeanNotificationInfo[] notifications
The MBean notification descriptors.

Class javax.management.MBeanNotificationInfo 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 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
The type or class name of the data.

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.NotCompliantMBeanException implements Serializable

Class javax.management.Notification 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

message

java.lang.String message
The notification message.

type

java.lang.String type
The notification type. A string expressed in a dot notation similar to Java properties. An example of notification type is network.alarm.router

source

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

sequenceNumber

long sequenceNumber
The notification sequence number. A serial number which identify particular instance of notification in the context of 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.

Class javax.management.NotificationFilterSupport implements Serializable

Serialized Fields

enabledTypes

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

Class javax.management.ObjectInstance 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 javax.management.ObjectName 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 javax.management.OperationsException implements Serializable

Class javax.management.QueryEval implements Serializable

Serialized Fields

server

MBeanServer server

Class javax.management.QueryExpSupport implements Serializable

Serialized Fields

q1

QueryExp q1

q2

QueryExp q2

queryFlag

boolean queryFlag

v1

ValueExp v1

v2

ValueExp v2

v3

ValueExp v3

list

ValueExp[] list

valueFlag

boolean valueFlag

type

int type

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

v1

StringValueExp v1

v2

StringValueExp v2

type

int type


Package javax.management.loading

Class javax.management.loading.DefaultLoaderRepository implements Serializable


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport 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 javax.management.modelmbean.InvalidTargetObjectTypeException implements Serializable

Serialized Fields

exp

java.lang.Exception exp

Class javax.management.modelmbean.ModelMBeanAttributeInfo 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 javax.management.modelmbean.ModelMBeanConstructorInfo 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 javax.management.modelmbean.ModelMBeanInfoSupport 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 javax.management.modelmbean.ModelMBeanNotificationInfo 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 javax.management.modelmbean.ModelMBeanOperationInfo 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 javax.management.modelmbean.XMLParseException implements Serializable

Serialized Fields

exp

java.lang.Exception exp


Package javax.management.monitor

Class javax.management.monitor.CounterMonitor implements Serializable

Serialized Fields

derivedGauge

java.lang.Number derivedGauge
Derived gauge.

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

notifyFlag

boolean notifyFlag
Flag indicating if the counter monitor notifies when exceeding the threshold.
The default value is set to true.

modulus

java.lang.Number modulus
Counter modulus.
The default value is a null Integer object.

prevDerivedGauge

java.lang.Number prevDerivedGauge
Previous derived gauge value.

counterThread

java.lang.Thread counterThread

comparableDerivedGauge

java.lang.Comparable comparableDerivedGauge

notif

Notification notif

thresholdCopy

java.lang.Number thresholdCopy

comparableThreshold

java.lang.Comparable comparableThreshold

comparableThresholdExt

java.lang.Comparable comparableThresholdExt

sequenceNumber

long sequenceNumber

startDate

long startDate

objName

ObjectName objName

prev_notified

boolean prev_notified

log

com.adventnet.agent.logging.Log log

Class javax.management.monitor.GaugeMonitor implements Serializable

Serialized Fields

derivedGauge

java.lang.Number derivedGauge
Derived gauge.

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 gauge monitor notifies when exceeding the high threshold.
The default value is set to false.

notifyLow

boolean notifyLow
Flag indicating if the gauge monitor notifies when exceeding the low threshold.
The default value is set to false.

prevDerivedGauge

java.lang.Number prevDerivedGauge
Previous derived gauge value.

sequenceNumber

long sequenceNumber

comparableDerivedGauge

java.lang.Comparable comparableDerivedGauge

observedAttributeType

java.lang.String observedAttributeType

comparableLowThreshold

java.lang.Comparable comparableLowThreshold

comparableHighThreshold

java.lang.Comparable comparableHighThreshold

objName

ObjectName objName

gaugeMonitorThread

java.lang.Thread gaugeMonitorThread

NO_NOTIF_SENT

int NO_NOTIF_SENT

HIGH_NOTIF_SENT

int HIGH_NOTIF_SENT

LOW_NOTIF_SENT

int LOW_NOTIF_SENT

notifStatus

int notifStatus

Class javax.management.monitor.Monitor implements Serializable

Serialized Fields

alreadyNotified

int alreadyNotified
Selected monitor errors that have already been notified

server

MBeanServer server
Reference on the MBean server. This reference is null when the monitor MBean is not registered in an MBean server. This reference is initialized before the monitor MBean is registered in the MBean server.
See Also:
Monitor.preRegister(MBeanServer server, ObjectName name)

granularityPeriod

long granularityPeriod
Monitor granularity period (in milliseconds).

observedObject

ObjectName observedObject
Object to which the attribute to observe belongs to.
The default value is set to null.

attributeName

java.lang.String attributeName
Attribute to observe.
The default value is set to null.

isActive

boolean isActive
Monitor state. The default value is set to false.

derivedGaugeTimeStamp

long derivedGaugeTimeStamp

dgbTag

java.lang.String dgbTag

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

type

java.lang.String type

Class javax.management.monitor.MonitorSettingException implements Serializable

Class javax.management.monitor.StringMonitor implements Serializable

Serialized Fields

string_to_compare

java.lang.String string_to_compare
String to compare with the observed attribute.
The default value is an empty character sequence.

notify_match

boolean notify_match
Flag indicating if the string monitor notifies when matching the string to compare.
The default value is set to false.

notify_differ

boolean notify_differ
Flag indicating if the string monitor notifies when differing from the string to compare.
The default value is set to false.

stringMonitorThread

java.lang.Thread stringMonitorThread

sequenceNumber

long sequenceNumber

nmatch

boolean nmatch

ndiffer

boolean ndiffer

notif

MonitorNotification notif

ERROR_VALUE

int ERROR_VALUE

objName

ObjectName objName

log

com.adventnet.agent.logging.Log log


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

mEnabledObjectNames

java.util.Vector mEnabledObjectNames

mDisabledObjectNames

java.util.Vector mDisabledObjectNames

mEnableAll

boolean mEnableAll

mDisableAll

boolean mDisableAll

Class javax.management.relation.RelationException implements Serializable

Class javax.management.relation.RelationNotFoundException implements Serializable

Class javax.management.relation.RelationNotification implements Serializable

Serialized Fields

type

java.lang.String type

source

java.lang.Object source

seqno

long seqno

timeStamp

long timeStamp

relId

java.lang.String relId

relTypeName

java.lang.String relTypeName

message

java.lang.String message

relObjectName

ObjectName relObjectName

unRegMBeanList

java.util.ArrayList unRegMBeanList

roleName

java.lang.String roleName

newRoleValue

java.util.ArrayList newRoleValue

oldRoleValue

java.util.ArrayList oldRoleValue

Class javax.management.relation.RelationServiceNotRegisteredException implements Serializable

Class javax.management.relation.RelationTypeNotFoundException implements Serializable

Class javax.management.relation.RelationTypeSupport implements Serializable

Serialized Fields

relTypeName

java.lang.String relTypeName

roleInfoArray

RoleInfo[] roleInfoArray

roleInfo

java.util.Vector roleInfo

ERR_VALUE

java.lang.String ERR_VALUE

myRoleName2InfoMap

java.util.HashMap myRoleName2InfoMap

Class javax.management.relation.Role implements Serializable

Serialized Fields

valueList

java.util.List valueList

name

java.lang.String name

Class javax.management.relation.RoleInfo implements Serializable

Serialized Fields

roleName

java.lang.String roleName

refMBeanClassName

java.lang.String refMBeanClassName

description

java.lang.String description

isReadable

boolean isReadable

isWritable

boolean isWritable

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

roleValueList

java.util.List roleValueList

pbType

int pbType

Class javax.management.relation.RoleUnresolvedList implements Serializable


Package javax.management.timer

Class javax.management.timer.Timer implements Serializable

Serialized Fields

scheduler

Scheduler scheduler
Scheduler that will be used to schedule the TimerNotifications.

notificationID

int notificationID
Variable representing the unique Notification ID.

timerTable

java.util.Hashtable timerTable
Hashtable where the Timer Tasks are stored.

sendPastNotifications

boolean sendPastNotifications
Boolean to indicate if pastNotifications flag is enabled or not. This attribute is used to specify if the timer has to send past notifications after start.
The default value is set to false.

objectName

ObjectName objectName
Variable to store the ObjectName of the Timer.

active

boolean active
Variable indicating the state of the Timer.

log

com.adventnet.agent.logging.Log log
The Logger instance used for Logging purposes.

counterID

int counterID
The notification counter ID. Used to keep the max key value inserted into the timer table.

dbgTag

java.lang.String dbgTag

Class javax.management.timer.TimerNotification implements Serializable

Serialized Fields

notifID

java.lang.Integer notifID

date

long date


XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.