Uses of Interface
org.cometd.bayeux.Bayeux.BayeuxListener
Packages that use Bayeux.BayeuxListener
Package
Description
-
Uses of Bayeux.BayeuxListener in org.cometd.bayeux.client
Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.clientModifier and TypeInterfaceDescriptionstatic interfaceA listener for remote call messages.static interfaceRepresents a listener on aClientSessionChannel.static interfaceA listener for messages on aClientSessionChannel. -
Uses of Bayeux.BayeuxListener in org.cometd.bayeux.server
Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptionstatic interfaceCommon base interface for all server-side Bayeux listeners.static interfaceSpecialized listener forServerChannelevents.static interfaceSpecialized listener forServerSessionevents.static interfaceSpecialized listener forServerChannelsubscription events.static interfaceCommon interface forServerChannellisteners.static interfaceTag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".static interfaceListeners objects that implement this interface will be notified of message publish.static interfaceListener objects that implement this interface will be notified of subscription events.static interfaceListener objects that implement this interface will be notified of session addition.static interfaceDeprecated.static interfaceListeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interfaceListeners objects that implement this interface will be notified when a/meta/connectmessage is suspended by the server, and when it is subsequently resumed.static interfaceDeprecated.useServerSession.QueueMaxedListenerinsteadstatic interfaceListeners objects that implement this interface will be notified of message sending.static interfaceListener objects that implement this interface will be notified when a message is queued in the session queue.static interfaceListeners objects that implement this interface will be notified when the session queue is full.static interfaceListeners objects that implement this interface will be notified of session removal.static interfaceDeprecated.useServerSession.RemovedListenerinsteadstatic interfaceCommon interface forServerSessionlisteners. -
Uses of Bayeux.BayeuxListener in org.cometd.oort
Classes in org.cometd.oort that implement Bayeux.BayeuxListenerModifier and TypeClassDescriptionprotected classThis listener handles messages sent to/oort/cloudthat contains the list of comets connected to the Oort that just joined the cloud.classA distributed counter service to be deployed on a Oort cluster that modifies alongvalue hosted in a "primary" node.classOortPrimaryService<R,C> OortPrimaryServiceextendsOortServiceto allow applications to perform actions on entities that always live in a "primary" node.classOortService<R,C> AnOortServiceallows applications to forward actions to Oort nodes that own the entity onto which the action should be applied.protected classA Location that represent a user connected to a local comet. -
Uses of Bayeux.BayeuxListener in org.cometd.server.ext
Classes in org.cometd.server.ext that implement Bayeux.BayeuxListenerModifier and TypeClassDescriptionclassTracks the batch id of messages sent to a client. -
Uses of Bayeux.BayeuxListener in org.cometd.server.filter
Classes in org.cometd.server.filter that implement Bayeux.BayeuxListenerModifier and TypeClassDescriptionclassA MessageListener that applies DataFilters to the received messages.
ServerSession.AddedListenerinstead