protected class Seti.LocalLocation extends Object implements Seti.Location, org.cometd.bayeux.server.ServerSession.RemoveListener
A Location that represent a user connected to a local comet.
| Modifier | Constructor and Description |
|---|---|
protected |
LocalLocation(String userId,
org.cometd.bayeux.server.ServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
receive(String toUser,
String toChannel,
Object data) |
void |
removed(org.cometd.bayeux.server.ServerSession session,
boolean timeout) |
void |
send(String toUser,
String toChannel,
Object data) |
String |
toString() |
protected LocalLocation(String userId, org.cometd.bayeux.server.ServerSession session)
public void send(String toUser, String toChannel, Object data)
send in interface Seti.Locationpublic void receive(String toUser, String toChannel, Object data)
receive in interface Seti.Locationpublic void removed(org.cometd.bayeux.server.ServerSession session,
boolean timeout)
removed in interface org.cometd.bayeux.server.ServerSession.RemoveListenerpublic boolean equals(Object obj)
equals in interface Seti.Locationequals in class Objectpublic int hashCode()
hashCode in interface Seti.LocationhashCode in class ObjectCopyright © 2008–2015 Dojo Foundation. All rights reserved.