org.objectweb.joram.mom.dest
Class MonitoringElement

java.lang.Object
  extended by org.objectweb.joram.mom.dest.MonitoringElement
All Implemented Interfaces:
java.io.Serializable

public class MonitoringElement
extends java.lang.Object
implements java.io.Serializable

A MonitoringElement describes an element to monitor.

See Also:
Serialized Form

Field Summary
 java.lang.String[] attributes
          List of attributes
 java.lang.String mbean
          Name of the MBean
 
Constructor Summary
MonitoringElement(java.lang.String mbean, java.lang.String attributes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbean

public java.lang.String mbean
Name of the MBean


attributes

public java.lang.String[] attributes
List of attributes

Constructor Detail

MonitoringElement

public MonitoringElement(java.lang.String mbean,
                         java.lang.String attributes)


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.