|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.jms.JMSOutputAdapter
com.espertech.esperio.jms.SpringJMSTemplateOutputAdapter
public class SpringJMSTemplateOutputAdapter
Output adapter for sending engine events out into the JMS world using Spring JMS templates.
Field Summary |
---|
Fields inherited from class com.espertech.esperio.jms.JMSOutputAdapter |
---|
destination, jmsMessageMarshaller |
Constructor Summary | |
---|---|
SpringJMSTemplateOutputAdapter()
|
Method Summary | |
---|---|
org.springframework.jms.core.JmsTemplate |
getJmsTemplate()
Returns the jms template. |
void |
send(EventBean eventBean,
JMSMessageMarshaller jmsMessageMarshaller)
Abstract send methods for marshalling and sending an event of to JMS care. |
void |
setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
Sets the Spring JMS template |
Methods inherited from class com.espertech.esperio.jms.JMSOutputAdapter |
---|
destroy, getEPServiceProvider, getJmsMessageMarshaller, getState, getSubscription, getSubscriptionMap, pause, resume, setDestination, setEPServiceProvider, setJmsMessageMarshaller, setSubscriptionMap, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringJMSTemplateOutputAdapter()
Method Detail |
---|
public org.springframework.jms.core.JmsTemplate getJmsTemplate()
public void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
jmsTemplate
- to setpublic void send(EventBean eventBean, JMSMessageMarshaller jmsMessageMarshaller) throws EPException
JMSOutputAdapter
send
in class JMSOutputAdapter
eventBean
- is the eventjmsMessageMarshaller
- is the marshaller
EPException
- when the send failed
|
© 2006-2011 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 |