com.espertech.esperio.jms
Class JMSSubscription

java.lang.Object
  extended by com.espertech.esperio.subscription.BaseSubscription
      extended by com.espertech.esperio.jms.JMSSubscription
All Implemented Interfaces:
com.espertech.esper.filter.FilterHandle, com.espertech.esper.filter.FilterHandleCallback, Subscription

public class JMSSubscription
extends BaseSubscription

Represents the JMS-aspects of a subscription.


Field Summary
 
Fields inherited from class com.espertech.esperio.subscription.BaseSubscription
adapter, eventTypeAlias, subscriptionName
 
Constructor Summary
JMSSubscription()
          Empty Ctor required for use with Spring.
 
Method Summary
 JMSMessageMarshaller getJmsMessageMarshaller()
          Returns the marshaller to use for this subscription.
 void matchFound(com.espertech.esper.event.EventBean event)
           
 void setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
          Sets the marshaller to use for this subscription.
 
Methods inherited from class com.espertech.esperio.subscription.BaseSubscription
getAdapter, getEventTypeAlias, getSubscriptionName, registerAdapter, setEventTypeAlias, setSubscriptionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSSubscription

public JMSSubscription()
Empty Ctor required for use with Spring.

Method Detail

getJmsMessageMarshaller

public JMSMessageMarshaller getJmsMessageMarshaller()
Returns the marshaller to use for this subscription.

Returns:
marshaller

setJmsMessageMarshaller

public void setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
Sets the marshaller to use for this subscription.

Parameters:
jmsMessageMarshaller - to use

matchFound

public void matchFound(com.espertech.esper.event.EventBean event)
Specified by:
matchFound in interface com.espertech.esper.filter.FilterHandleCallback
Specified by:
matchFound in class BaseSubscription

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com