org.cougaar.lib.aggagent.test |
|
Java Source File Name | Type | Comment |
AggressiveClient.java | Class | |
Configurator.java | Class |
The Configurator is a utility for producing test configurations of
arbitrary size. |
CycleSizeAlert.java | Class | For testing Alert functionality with the old NumberCycle test scaffolding.
A CycleSizeAlert is a concrete Alert that scans the result set for values
below a specified threshold and fires whenever one is discovered. |
EffortMonitor.java | Class | |
EffortWaster.java | Class | |
GetTestRelayPredicate.java | Class | |
NumberCycle.java | Class | |
ReceiverPlugin.java | Class | This is an example demonstrating the use of the Relay mechanism. |
SenderPlugin.java | Class | This is an example demonstrating the use of the Relay mechanism.
It complements the ReceiverPlugin by sending messages to the address under
which the ReceiverPlugin registers itself.
Incidentally, this class also demonstrates the usage of the AlarmService
interface, which is registered in superclass ComponentPlugin. |
TestRelay.java | Class | This is an example of a simple relay object. |