Package appl.parallel.event

Contains classes related event handling.

See:
          Description

Interface Summary
CommEventSink A event sink for communication events receives TimeEvents and TransferEvents and processes them.
RemoteEventSink A EventSink fires RemoteEvents from a possibly remote source and processes them.
TimeMonitor A monitor, that receives TimeEvents
TransferMonitor A Monitor that receives TransferEvents
 

Class Summary
CommEvent A CommEvent is a RemoteEvent.
RemoteEvent A event which may be thrown over a network
SimpleConsoleMonitor A simple XuluPlugin that outputs received TimeEvents and TransferEvents to the console.
TimeEvent A TimeEvent is a CommEvent which is associated with a execution time of a operation.
TransferEvent A TransferEvent is event which is associated with the size of a data transfer in bytes.
 

Enum Summary
CommEvent.CommType  
 

Package appl.parallel.event Description

Contains classes related event handling. Especially remote events are progressed with this classes.