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 LocalSessionServerSession. getLocalSession()LocalSessionBayeuxServer. 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 LocalSessionOortLong. getLocalSession()LocalSessionOortObject. getLocalSession()LocalSessionOortService. getLocalSession()LocalSessionOort. getOortSession() -
Uses of LocalSession in org.cometd.server
Classes in org.cometd.server that implement LocalSession Modifier and Type Class Description classLocalSessionImplALocalSessionimplementation.Methods in org.cometd.server that return LocalSession Modifier and Type Method Description LocalSessionAbstractService. getLocalSession()LocalSessionServerSessionImpl. getLocalSession()LocalSessionBayeuxServerImpl. newLocalSession(java.lang.String idHint)Methods in org.cometd.server with parameters of type LocalSession Modifier and Type Method Description protected voidAbstractService. exception(java.lang.String method, ServerSession session, LocalSession local, ServerMessage message, java.lang.Throwable x)Handles exceptions during the invocation of a mapped method.
-