|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOMA.naming.place.PlaceInfo
Memorizza informazioni relative ad un place.
Field Summary | |
java.net.InetAddress |
host
Indirizzo del server del place. |
PlaceID |
placeID
Identificatore del place. |
int |
port
Porta del server del place. |
Constructor Summary | |
PlaceInfo(PlaceID placeID,
java.net.InetAddress host,
int port)
Costruttore. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final PlaceID placeID
public final java.net.InetAddress host
server
del place.
public final int port
server
del place.
Constructor Detail |
public PlaceInfo(PlaceID placeID, java.net.InetAddress host, int port)
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |