|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.indicator.jmx.JMXLastElementDynamicMBean
public final class JMXLastElementDynamicMBean
JMX DynamicMBean that exposes all properties of an element as attributes for querying.
Constructor Summary | |
---|---|
JMXLastElementDynamicMBean(EventType eventType)
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)
|
void |
setLastValue(EventBean lastValue)
Update JMX last element view with a new value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMXLastElementDynamicMBean(EventType eventType)
eventType
- is the schema describing the elements to expect.Method Detail |
---|
public final MBeanInfo getMBeanInfo()
getMBeanInfo
in interface DynamicMBean
public final void setLastValue(EventBean lastValue)
JMXLastElementObserver
setLastValue
in interface JMXLastElementObserver
lastValue
- is the new last valuepublic 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
|
© 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 |