Uses of Interface
org.cometd.bayeux.server.LocalSession
-
Packages that use LocalSession Package Description org.cometd.bayeux.server org.cometd.oort org.cometd.server -
-
Uses of LocalSession in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return LocalSession Modifier and Type Method Description LocalSession
ServerSession. getLocalSession()
LocalSession
BayeuxServer. newLocalSession(java.lang.String idHint)
Creates a newLocalSession
. -
Uses of LocalSession in org.cometd.oort
Methods in org.cometd.oort that return LocalSession Modifier and Type Method Description LocalSession
OortLong. getLocalSession()
LocalSession
OortObject. getLocalSession()
LocalSession
OortService. getLocalSession()
LocalSession
Oort. getOortSession()
-
Uses of LocalSession in org.cometd.server
Classes in org.cometd.server that implement LocalSession Modifier and Type Class Description class
LocalSessionImpl
ALocalSession
implementation.Methods in org.cometd.server that return LocalSession Modifier and Type Method Description LocalSession
AbstractService. getLocalSession()
LocalSession
ServerSessionImpl. getLocalSession()
LocalSession
BayeuxServerImpl. newLocalSession(java.lang.String idHint)
Methods in org.cometd.server with parameters of type LocalSession Modifier and Type Method Description protected void
AbstractService. exception(java.lang.String method, ServerSession session, LocalSession local, ServerMessage message, java.lang.Throwable x)
Handles exceptions during the invocation of a mapped method.
-