Uses of Interface
org.cometd.bayeux.Bayeux.BayeuxListener
-
Packages that use Bayeux.BayeuxListener Package Description org.cometd.bayeux.client org.cometd.bayeux.server org.cometd.oort org.cometd.server.ext org.cometd.server.filter -
-
Uses of Bayeux.BayeuxListener in org.cometd.bayeux.client
Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.client Modifier and Type Interface Description static interfaceClientSession.MessageListenerA listener for remote call messages.static interfaceClientSessionChannel.ClientSessionChannelListenerRepresents a listener on aClientSessionChannel.static interfaceClientSessionChannel.MessageListenerA listener for messages on aClientSessionChannel. -
Uses of Bayeux.BayeuxListener in org.cometd.bayeux.server
Subinterfaces of Bayeux.BayeuxListener in org.cometd.bayeux.server Modifier and Type Interface Description static interfaceBayeuxServer.BayeuxServerListenerCommon base interface for all server-side Bayeux listeners.static interfaceBayeuxServer.ChannelListenerSpecialized listener forServerChannelevents.static interfaceBayeuxServer.SessionListenerSpecialized listener forServerSessionevents.static interfaceBayeuxServer.SubscriptionListenerSpecialized listener forServerChannelsubscription events.static interfaceConfigurableServerChannel.ServerChannelListenerCommon interface forServerChannellisteners.static interfaceConfigurableServerChannel.ServerChannelListener.WeakTag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".static interfaceServerChannel.MessageListenerListeners objects that implement this interface will be notified of message publish.static interfaceServerChannel.SubscriptionListenerListener objects that implement this interface will be notified of subscription events.static interfaceServerSession.AddedListenerListener objects that implement this interface will be notified of session addition.static interfaceServerSession.DeQueueListenerListeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interfaceServerSession.HeartBeatListenerListeners objects that implement this interface will be notified when a/meta/connectmessage is suspended by the server, and when it is subsequently resumed.static interfaceServerSession.MessageListenerListeners objects that implement this interface will be notified of message sending.static interfaceServerSession.QueueListenerListener objects that implement this interface will be notified when a message is queued in the session queue.static interfaceServerSession.QueueMaxedListenerListeners objects that implement this interface will be notified when the session queue is full.static interfaceServerSession.RemovedListenerListeners objects that implement this interface will be notified of session removal.static interfaceServerSession.ServerSessionListenerCommon interface forServerSessionlisteners. -
Uses of Bayeux.BayeuxListener in org.cometd.oort
Classes in org.cometd.oort that implement Bayeux.BayeuxListener Modifier and Type Class Description protected classOort.CloudListenerThis listener handles messages sent to/oort/cloudthat contains the list of comets connected to the Oort that just joined the cloud.classOortPrimaryLongA 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 classSeti.LocalLocationA 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.BayeuxListener Modifier and Type Class Description classAcknowledgedMessagesSessionExtensionTracks 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.BayeuxListener Modifier and Type Class Description classDataFilterMessageListenerA MessageListener that applies DataFilters to the received messages.
-