|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.indicator.jmx.JMXLastCubeElementDynamicMBean
public final class JMXLastCubeElementDynamicMBean
JMX dynamic MBean that displays tabular data and/or cells that represent a rendered Cube.
Constructor Summary | |
---|---|
JMXLastCubeElementDynamicMBean()
Constructor. |
Method Summary | |
---|---|
Object |
getAttribute(String attribute)
|
AttributeList |
getAttributes(String[] attributes)
|
MBeanInfo |
getMBeanInfo()
|
Object |
invoke(String actionName,
Object[] params,
String[] signature)
|
void |
setAttribute(Attribute attribute)
|
AttributeList |
setAttributes(AttributeList attributes)
|
protected void |
setCube(Cube cube)
Set the cube to display. |
void |
setLastValue(EventBean element)
Set last element containing the cube information to render. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMXLastCubeElementDynamicMBean()
Method Detail |
---|
public final void setLastValue(EventBean element)
setLastValue
in interface JMXLastElementObserver
element
- is the last elementprotected final void setCube(Cube cube)
cube
- to to renderpublic final Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute
in interface DynamicMBean
AttributeNotFoundException
MBeanException
ReflectionException
public final void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute
in interface DynamicMBean
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
public final AttributeList getAttributes(String[] attributes)
getAttributes
in interface DynamicMBean
public final AttributeList setAttributes(AttributeList attributes)
setAttributes
in interface DynamicMBean
public final Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
invoke
in interface DynamicMBean
MBeanException
ReflectionException
public final MBeanInfo getMBeanInfo()
getMBeanInfo
in interface DynamicMBean
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |