Package gov.sandia.ccaffeine.dc.distributed

Interface Summary
Connection  
HeartbeatListener HeartbeatListeners can listen for heartbeats.
ShutdownListener ShutdownListeners can listen for shutdown events.
 

Class Summary
Args Simple argument class for the Builders.
ClientServerSocket  
FrameTestHeartbeatMonitor Test the HeartbeatMonitor.
HeartbeatEvent Used to pass a heartbeat from one object to another object.
HeartbeatMonitor This class listens for the arrival of heartbeats.
MessageData  
MuxingProcess Meant to run in its own process, this class multiplexes multiple sockets (muxee) into one (muxor).
ProcessorInfo  
ServerMux |--in--| client1 |-------------|---in----|-----------|-out--| |controllerClient |--out----|ServerMux |--in--| client2 |-------------| |-----------|-out--| .
ShutdownEvent Used to pass a shutdown command or shutdown notice from one object to another object.
SocketConnectionMgr This class manages a set of connections (either one client connection to a server or many connections from clients).
StaticIOConnection  
TestClientServer