Seti.Locationprotected class Seti.SetiLocation extends java.lang.Object implements Seti.Location
A Location that represent a user connected to a remote comet.
| Modifier | Constructor | Description |
|---|---|---|
protected |
SetiLocation(java.lang.String userId,
java.lang.String oortURL) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
void |
receive(java.lang.String toUser,
java.lang.String toChannel,
java.lang.Object data) |
|
void |
send(java.lang.String toUser,
java.lang.String toChannel,
java.lang.Object data) |
|
java.lang.String |
toString() |
protected SetiLocation(java.lang.String userId,
java.lang.String oortURL)
public void send(java.lang.String toUser,
java.lang.String toChannel,
java.lang.Object data)
send in interface Seti.Locationpublic void receive(java.lang.String toUser,
java.lang.String toChannel,
java.lang.Object data)
receive in interface Seti.Locationpublic boolean equals(java.lang.Object obj)
equals in interface Seti.Locationequals in class java.lang.Objectpublic int hashCode()
hashCode in interface Seti.LocationhashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2017 The CometD Project. All rights reserved.