There was an error while loading. Please reload this page.
The GNS supports "triggers" that are notification requests inserted by clients asking to be notified when a field of a record is updated.
A simple example of triggers can be run as follows with a single server:
bin/gpServer.sh restart all bin/gpClient.sh edu.umass.cs.gnsclient.examples.TriggerExample
Another example is in the test package at edu.umass.cs.gnsclient.client.singletests.TriggerTest that can be run as
edu.umass.cs.gnsclient.client.singletests.TriggerTest
ant runtest -DTest=TriggerTest