Uses of Interface
org.cometd.bayeux.server.LocalSession
Packages that use LocalSession
-
Uses of LocalSession in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return LocalSessionModifier and TypeMethodDescriptionServerSession.getLocalSession()
BayeuxServer.newLocalSession
(String idHint) Creates a newLocalSession
. -
Uses of LocalSession in org.cometd.oort
Methods in org.cometd.oort that return LocalSessionModifier and TypeMethodDescriptionOortLong.getLocalSession()
OortObject.getLocalSession()
OortService.getLocalSession()
Oort.getOortSession()
-
Uses of LocalSession in org.cometd.server
Classes in org.cometd.server that implement LocalSessionMethods in org.cometd.server that return LocalSessionModifier and TypeMethodDescriptionAbstractService.getLocalSession()
ServerSessionImpl.getLocalSession()
BayeuxServerImpl.newLocalSession
(String idHint) Methods in org.cometd.server with parameters of type LocalSessionModifier and TypeMethodDescriptionprotected void
AbstractService.exception
(String method, ServerSession session, LocalSession local, ServerMessage message, Throwable x) Handles exceptions during the invocation of a mapped method.