|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.jms.JMSInputAdapter
com.espertech.esperio.jms.SpringJMSTemplateInputAdapter
public class SpringJMSTemplateInputAdapter
Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine.
Field Summary |
---|
Fields inherited from class com.espertech.esperio.jms.JMSInputAdapter |
---|
epServiceProviderSPI, jmsMessageUnmarshaller, startTime, stateManager |
Fields inherited from interface com.espertech.esper.adapter.InputAdapter |
---|
ESPERIO_MAP_EVENT_TYPE |
Constructor Summary | |
---|---|
SpringJMSTemplateInputAdapter()
|
Method Summary | |
---|---|
org.springframework.jms.core.JmsTemplate |
getJmsTemplate()
Returns the jms template. |
void |
onMessage(javax.jms.Message message)
|
void |
setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
Sets the Spring JMS template |
Methods inherited from class com.espertech.esperio.jms.JMSInputAdapter |
---|
destroy, getEPServiceProvider, getJmsMessageUnmarshaller, getState, pause, resume, setEPServiceProvider, setJmsMessageUnmarshaller, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringJMSTemplateInputAdapter()
Method Detail |
---|
public org.springframework.jms.core.JmsTemplate getJmsTemplate()
public void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
jmsTemplate
- is the jms templatepublic void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
|
© 2006-2016 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 |