Package org.cometd.oort
Class Seti.SetiLocation
- java.lang.Object
-
- org.cometd.oort.Seti.SetiLocation
-
- All Implemented Interfaces:
Seti.Location
- Enclosing class:
- Seti
protected class Seti.SetiLocation extends Object implements Seti.Location
A Location that represent a user connected to a remote comet.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetiLocation(String userId, String oortURL)
-
-
-
Method Detail
-
send
public void send(String toUser, String toChannel, Object data)
- Specified by:
send
in interfaceSeti.Location
-
receive
public void receive(String toUser, String toChannel, Object data)
- Specified by:
receive
in interfaceSeti.Location
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceSeti.Location
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceSeti.Location
- Overrides:
hashCode
in classObject
-
-