org.ow2.jasmine.monitoring.mbeancmd.commands
Class StatMBeanResult

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.commands.StatMBeanResult

public class StatMBeanResult
extends Object

FTO. Data structure containing the polled Attributes for each MBean.

Author:
danesa

Constructor Summary
StatMBeanResult(String alias, ObjectName on, AttributeList attl)
           
 
Method Summary
 String getAlias()
           
 AttributeList getAttl()
           
 ObjectName getOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatMBeanResult

public StatMBeanResult(String alias,
                       ObjectName on,
                       AttributeList attl)
Method Detail

getAlias

public String getAlias()

getOn

public ObjectName getOn()

getAttl

public AttributeList getAttl()


Copyright © 2011 OW2 Consortium. All Rights Reserved.