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(EventAdapterService eventAdapterService)
          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(EventAdapterService eventAdapterService)
Creates an implementation of the StreamFactoryService interface.

Parameters:
eventAdapterService - is the event adapter service
Returns:
implementation