net.esper.view.stream
Class StreamFactoryServiceProvider

java.lang.Object
  extended by net.esper.view.stream.StreamFactoryServiceProvider

public final class StreamFactoryServiceProvider
extends Object

Static factory for implementations of the StreamFactoryService interface.


Constructor Summary
StreamFactoryServiceProvider()
           
 
Method Summary
static StreamFactoryService newService(boolean isReuseViews)
          Creates an implementation of the StreamFactoryService interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamFactoryServiceProvider

public StreamFactoryServiceProvider()
Method Detail

newService

public static StreamFactoryService newService(boolean isReuseViews)
Creates an implementation of the StreamFactoryService interface.

Parameters:
isReuseViews - indicator on whether stream and view resources are to be reused between statements
Returns:
implementation