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 protectedSetiLocation(String userId, String oortURL)
-
-
-
Method Detail
-
send
public void send(String toUser, String toChannel, Object data)
- Specified by:
sendin interfaceSeti.Location
-
receive
public void receive(String toUser, String toChannel, Object data)
- Specified by:
receivein interfaceSeti.Location
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceSeti.Location- Overrides:
equalsin classObject
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceSeti.Location- Overrides:
hashCodein classObject
-
-