|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.detection.Peer<T>
public class Peer<T>
| Field Summary | |
|---|---|
InetAddress |
addr
this peer address |
T |
data
This may be used by higher layer to attach some data to a peer entry |
String |
identity
the identity of that peer |
long |
lastHeartBeat
timestamp of the last heart beat |
int |
port
this peer port |
| Constructor Summary | |
|---|---|
Peer(InetAddress addr,
int port,
String identity)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String identity
public long lastHeartBeat
public final InetAddress addr
public final int port
public T data
| Constructor Detail |
|---|
public Peer(InetAddress addr,
int port,
String identity)
| Method Detail |
|---|
public String toString()
toString in class Object
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||