streamcruncher.test.func.generic
Class SLAAlertTest
java.lang.Object
streamcruncher.test.func.OrderAndFulfillmentGenerator
streamcruncher.test.func.generic.OrderAndFulfillmentGeneratorTest
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLAAlertTest
public SLAAlertTest()
Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved.
(Docs generated on 3-November-2007 )