com.espertech.esperio.http
Class EsperIOHTTPSubscription

java.lang.Object
  extended by com.espertech.esper.adapter.BaseSubscription
      extended by com.espertech.esperio.http.EsperIOHTTPSubscription
All Implemented Interfaces:
com.espertech.esper.adapter.Subscription, com.espertech.esper.filter.FilterHandle, com.espertech.esper.filter.FilterHandleCallback

public class EsperIOHTTPSubscription
extends com.espertech.esper.adapter.BaseSubscription


Field Summary
 
Fields inherited from class com.espertech.esper.adapter.BaseSubscription
adapter, eventTypeName, subscriptionName
 
Constructor Summary
EsperIOHTTPSubscription(java.lang.String stream, java.lang.String uriWithReplacements)
           
 
Method Summary
 int getStatementId()
           
 boolean isSubSelect()
           
 void matchFound(com.espertech.esper.client.EventBean theEvent, java.util.Collection<com.espertech.esper.filter.FilterHandleCallback> allStmtMatches)
           
 
Methods inherited from class com.espertech.esper.adapter.BaseSubscription
getAdapter, getEventTypeName, getSubscriptionName, registerAdapter, registerAdapter, seteventTypeName, setSubscriptionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsperIOHTTPSubscription

public EsperIOHTTPSubscription(java.lang.String stream,
                               java.lang.String uriWithReplacements)
                        throws java.net.URISyntaxException,
                               javax.naming.ConfigurationException
Throws:
java.net.URISyntaxException
javax.naming.ConfigurationException
Method Detail

matchFound

public void matchFound(com.espertech.esper.client.EventBean theEvent,
                       java.util.Collection<com.espertech.esper.filter.FilterHandleCallback> allStmtMatches)
Specified by:
matchFound in interface com.espertech.esper.filter.FilterHandleCallback
Specified by:
matchFound in class com.espertech.esper.adapter.BaseSubscription

isSubSelect

public boolean isSubSelect()

getStatementId

public int getStatementId()

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com