|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.ResultDeliveryStrategyFactory
public class ResultDeliveryStrategyFactory
Factory for creating a dispatch strategy based on the subscriber object and the columns produced by a select-clause.
Constructor Summary | |
---|---|
ResultDeliveryStrategyFactory()
|
Method Summary | |
---|---|
static ResultDeliveryStrategy |
create(java.lang.String statementName,
java.lang.Object subscriber,
java.lang.Class[] selectClauseTypes,
java.lang.String[] selectClauseColumns)
Creates a strategy implementation that indicates to subscribers the statement results based on the select-clause columns. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultDeliveryStrategyFactory()
Method Detail |
---|
public static ResultDeliveryStrategy create(java.lang.String statementName, java.lang.Object subscriber, java.lang.Class[] selectClauseTypes, java.lang.String[] selectClauseColumns) throws EPSubscriberException
subscriber
- to indicate toselectClauseTypes
- are the types of each column in the select clauseselectClauseColumns
- the names of each column in the select clause
EPSubscriberException
- if the subscriber is invalid
|
© 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 |