public class ResultDeliveryStrategyFactory
extends java.lang.Object
Constructor and Description |
---|
ResultDeliveryStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 clauseEPSubscriberException
- if the subscriber is invalid