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 interface
ClientSession.MessageListener
A listener for remote call messages.static interface
ClientSessionChannel.ClientSessionChannelListener
Represents a listener on aClientSessionChannel
.static interface
ClientSessionChannel.MessageListener
A 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 interface
BayeuxServer.BayeuxServerListener
Common base interface for all server-side Bayeux listeners.static interface
BayeuxServer.ChannelListener
Specialized listener forServerChannel
events.static interface
BayeuxServer.SessionListener
Specialized listener forServerSession
events.static interface
BayeuxServer.SubscriptionListener
Specialized listener forServerChannel
subscription events.static interface
ConfigurableServerChannel.ServerChannelListener
Common interface forServerChannel
listeners.static interface
ConfigurableServerChannel.ServerChannelListener.Weak
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".static interface
ServerChannel.MessageListener
Listeners objects that implement this interface will be notified of message publish.static interface
ServerChannel.SubscriptionListener
Listener objects that implement this interface will be notified of subscription events.static interface
ServerSession.AddedListener
Listener objects that implement this interface will be notified of session addition.static interface
ServerSession.DeQueueListener
Listeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interface
ServerSession.HeartBeatListener
Listeners objects that implement this interface will be notified when a/meta/connect
message is suspended by the server, and when it is subsequently resumed.static interface
ServerSession.MessageListener
Listeners objects that implement this interface will be notified of message sending.static interface
ServerSession.QueueListener
Listener objects that implement this interface will be notified when a message is queued in the session queue.static interface
ServerSession.QueueMaxedListener
Listeners objects that implement this interface will be notified when the session queue is full.static interface
ServerSession.RemovedListener
Listeners objects that implement this interface will be notified of session removal.static interface
ServerSession.ServerSessionListener
Common interface forServerSession
listeners. -
Uses of Bayeux.BayeuxListener in org.cometd.oort
Classes in org.cometd.oort that implement Bayeux.BayeuxListener Modifier and Type Class Description protected class
Oort.CloudListener
This listener handles messages sent to/oort/cloud
that contains the list of comets connected to the Oort that just joined the cloud.class
OortPrimaryLong
A distributed counter service to be deployed on a Oort cluster that modifies along
value hosted in a "primary" node.class
OortPrimaryService<R,C>
OortPrimaryService
extendsOortService
to allow applications to perform actions on entities that always live in a "primary" node.class
OortService<R,C>
AnOortService
allows applications to forward actions to Oort nodes that own the entity onto which the action should be applied.protected class
Seti.LocalLocation
A 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 class
AcknowledgedMessagesSessionExtension
Tracks 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 class
DataFilterMessageListener
A MessageListener that applies DataFilters to the received messages.
-