|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.util.AbstractExpressionEvaluator org.springframework.integration.endpoint.AbstractMessageSource<java.lang.Object> org.springframework.integration.jmx.AttributePollingMessageSource
public class AttributePollingMessageSource
A MessageSource
implementation that retrieves the current
value of a JMX attribute each time AbstractMessageSource.receive()
is invoked.
Constructor Summary | |
---|---|
AttributePollingMessageSource()
|
Method Summary | |
---|---|
protected java.lang.Object |
doReceive()
Retrieves the JMX attribute value. |
void |
setAttributeName(java.lang.String attributeName)
Specify the name of the attribute to be retrieved. |
void |
setObjectName(java.lang.String objectName)
Specify the String value of the JMX MBean's ObjectName . |
void |
setServer(javax.management.MBeanServer server)
Provide the MBeanServer where the JMX MBean has been registered. |
Methods inherited from class org.springframework.integration.endpoint.AbstractMessageSource |
---|
receive, setHeaderExpressions |
Methods inherited from class org.springframework.integration.util.AbstractExpressionEvaluator |
---|
evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, setBeanFactory, setBeanResolver, setConversionService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributePollingMessageSource()
Method Detail |
---|
public void setServer(javax.management.MBeanServer server)
public void setObjectName(java.lang.String objectName)
ObjectName
.
public void setAttributeName(java.lang.String attributeName)
protected java.lang.Object doReceive()
doReceive
in class AbstractMessageSource<java.lang.Object>
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |