|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Identifies a ReceivePort
on the sending 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 ReceivePortIdentifier 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 ReceivePortIdentifier must
result in the same hashcode (and compare equal). |
IbisIdentifier |
ibis()
Returns the IbisIdentifier of the
ReceivePort corresponding
to this identifier. |
java.lang.String |
name()
Returns the name of the ReceivePort
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()
ReceivePort
corresponding to this identifier.
public IbisIdentifier ibis()
IbisIdentifier
of the
ReceivePort
corresponding
to this identifier.
public int hashCode()
ReceivePortIdentifier
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)
ReceivePortIdentifier
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 |