|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Identifies a SendPort
on the receiver side.
Method Summary | |
boolean |
equals(java.lang.Object other)
The equals method is mentioned here just as a reminder that an implementation must probably redefine it, because two objects representing the same SendPortIdentifier must
compare equal (and result in the same hashcode). |
int |
hashCode()
The hashCode method is mentioned here just as a reminder that an implementation must probably redefine it, because two objects representing the same SendPortIdentifier must result
in the same hashcode (and compare equal). |
IbisIdentifier |
ibis()
Returns the IbisIdentifier of the
SendPort corresponding to this identifier. |
java.lang.String |
name()
Returns the name of the SendPort
corresponding to this identifier. |
java.lang.String |
type()
Returns the name of the PortType of this
identifier. |
Method Detail |
public java.lang.String type()
PortType
of this
identifier.
public java.lang.String name()
SendPort
corresponding to this identifier.
public IbisIdentifier ibis()
IbisIdentifier
of the
SendPort
corresponding to this identifier.
public int hashCode()
SendPortIdentifier
must result
in the same hashcode (and compare equal).
To explicitly specify it in the interface does not help, because
java.lang.Object already implements it, but, anyway, here it is.
public boolean equals(java.lang.Object other)
SendPortIdentifier
must
compare equal (and result in the same hashcode).
To explicitly specify it in the interface does not help, because
java.lang.Object already implements it, but, anyway, here it is.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |