| Package | Description | 
|---|---|
| org.astrogrid.samp.test | 
 Classes for testing. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Calculator.SendMode | 
Calculator.ASYNCH_MODE
Sends messages using the Synchronous Call/Response delivery pattern. 
 | 
static Calculator.SendMode | 
Calculator.NOTIFY_MODE
Sends messages using the Notify delivery pattern. 
 | 
static Calculator.SendMode | 
Calculator.RANDOM_MODE
Sends messages using a random choice of one of the other modes. 
 | 
static Calculator.SendMode | 
Calculator.SYNCH_MODE
Sends messages using the Asynchronous Call/Response delivery pattern. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Calculator.sendMessage(String receiverId,
           Calculator.SendMode mode)
Sends a randomly generated message in a randomly generated way to
 a given receiver. 
 | 
| Constructor and Description | 
|---|
CalcStorm(ClientProfile profile,
         Random random,
         int nClient,
         int nQuery,
         Calculator.SendMode sendMode)
Constructor. 
 | 
Copyright © 2008–2024. All rights reserved.