Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
Package
Description
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptionstatic interface
Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".static interface
Listeners objects that implement this interface will be notified of message publish.static interface
Listener objects that implement this interface will be notified of subscription events.Modifier and TypeMethodDescriptionvoid
ConfigurableServerChannel.addListener
(ConfigurableServerChannel.ServerChannelListener listener) void
ConfigurableServerChannel.removeListener
(ConfigurableServerChannel.ServerChannelListener listener) -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.oort
Modifier and TypeClassDescriptionprotected class
This listener handles messages sent to/oort/cloud
that contains the list of comets connected to the Oort that just joined the cloud.class
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. -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server
Modifier and TypeMethodDescriptionvoid
ServerChannelImpl.addListener
(ConfigurableServerChannel.ServerChannelListener listener) void
ServerChannelImpl.removeListener
(ConfigurableServerChannel.ServerChannelListener listener) -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server.filter
Modifier and TypeClassDescriptionclass
A MessageListener that applies DataFilters to the received messages.