Uses of Interface
org.cometd.oort.Seti.Location
-
Packages that use Seti.Location Package Description org.cometd.oort -
-
Uses of Seti.Location in org.cometd.oort
Classes in org.cometd.oort that implement Seti.Location Modifier and Type Class Description protected classSeti.LocalLocationA Location that represent a user connected to a local comet.protected classSeti.SetiLocationA Location that represent a user connected to a remote comet.Methods in org.cometd.oort with parameters of type Seti.Location Modifier and Type Method Description protected booleanSeti. associate(java.lang.String userId, Seti.Location location)protected booleanSeti. disassociate(java.lang.String userId, Seti.Location location)
-