streamcruncher.test.func.generic
Class SLAAlertTest

java.lang.Object
  extended by streamcruncher.test.func.OrderAndFulfillmentGenerator
      extended by streamcruncher.test.func.generic.OrderAndFulfillmentGeneratorTest
          extended by streamcruncher.test.func.generic.SLAAlertTest
Direct Known Subclasses:
SLAAlertCorrelationTest

public abstract class SLAAlertTest
extends OrderAndFulfillmentGeneratorTest

This example demonstrates the use of a Co-related Sub-Query and Filters in a Partition (a rather complex example). The idea is to retrieve the Priority-item Orders that are not Fulfilled within 10 seconds of placing one.

Only half of the Priority-items are fulfilled by the data feeder on purpose. This example shows how easy it is to combine a Kernel artifact with a normal Database Table. The Database Table holds the configirable data, which gets updated in the background, outside the boundary of the Kernel.


Constructor Summary
SLAAlertTest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLAAlertTest

public SLAAlertTest()


Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved. (Docs generated on 3-November-2007 )