appl.parallel.event
Class CommEvent

java.lang.Object
  extended by appl.parallel.event.RemoteEvent
      extended by appl.parallel.event.CommEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeEvent, TransferEvent

public class CommEvent
extends RemoteEvent

A CommEvent is a RemoteEvent. It gives Information about Events related to Communication.

Author:
Dominik Appl
See Also:
Serialized Form

Nested Class Summary
static class CommEvent.CommType
           
 
Field Summary
protected  String src
          The source of the event
protected  String target
          The target of the event
protected  CommEvent.CommType type
          the type of the event
 
Method Summary
 String getSrc()
           
 String getTarget()
           
 CommEvent.CommType getType()
           
 String typeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected final String target
The target of the event


src

protected final String src
The source of the event


type

protected final CommEvent.CommType type
the type of the event

Method Detail

getTarget

public String getTarget()
Returns:
the target

getSrc

public String getSrc()
Returns:
the source

getType

public CommEvent.CommType getType()
Returns:
the type

typeName

public String typeName()