public abstract class CommunicationUnit extends Object implements Serializable
Constructor and Description |
---|
CommunicationUnit(Identifier sender,
Identifier receiver)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Identifier |
getReceiver()
Returns the receiver.
|
Identifier |
getSender()
Returns the sender.
|
int |
hashCode() |
public CommunicationUnit(Identifier sender, Identifier receiver)
sender
- the senderreceiver
- the receiverpublic Identifier getSender()
public Identifier getReceiver()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.