driver
Interface CBR.ClientInterface

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless
All Known Implementing Classes:
CBR.Client
Enclosing class:
CBR

public static interface CBR.ClientInterface
extends JistAPI.Proxiable

The interface for client nodes in the simulation.


Method Summary
 void run()
          Starts the client.
 void sendMessage(int i)
          Sends message number i to this client's corresponding server.
 

Method Detail

run

void run()
Starts the client.


sendMessage

void sendMessage(int i)
Sends message number i to this client's corresponding server.

Parameters:
i - the number of the message to send