net.esper.view
Class ViewServiceContext

java.lang.Object
  extended by net.esper.view.ViewServiceContext

public final class ViewServiceContext
extends java.lang.Object

Contains handles to the implementation of the the scheduling service for use in view evaluation.


Constructor Summary
ViewServiceContext(SchedulingService schedulingService)
          Constructor.
 
Method Summary
 SchedulingService getSchedulingService()
          Returns service to use for schedule evaluation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewServiceContext

public ViewServiceContext(SchedulingService schedulingService)
Constructor.

Parameters:
schedulingService - implementation for schedule registration
Method Detail

getSchedulingService

public final SchedulingService getSchedulingService()
Returns service to use for schedule evaluation.

Returns:
schedule evaluation service implemetation