Package org.cometd.oort
Class Seti.LocalLocation
java.lang.Object
org.cometd.oort.Seti.LocalLocation
- All Implemented Interfaces:
EventListener
,org.cometd.bayeux.Bayeux.BayeuxListener
,org.cometd.bayeux.server.ServerSession.RemoveListener
,org.cometd.bayeux.server.ServerSession.ServerSessionListener
,Seti.Location
- Enclosing class:
- Seti
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.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocalLocation(String userId, org.cometd.bayeux.server.ServerSession session)
-
Method Summary
-
Constructor Details
-
Method Details
-
send
- Specified by:
send
in interfaceSeti.Location
-
receive
- Specified by:
receive
in interfaceSeti.Location
-
removed
public void removed(org.cometd.bayeux.server.ServerSession session, boolean timeout)- Specified by:
removed
in interfaceorg.cometd.bayeux.server.ServerSession.RemoveListener
-
equals
- Specified by:
equals
in interfaceSeti.Location
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceSeti.Location
- Overrides:
hashCode
in classObject
-
toString
-