Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
Packages that use ConfigurableServerChannel.ServerChannelListener
Package
Description
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptionstatic 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.Methods in org.cometd.bayeux.server that return types with arguments of type ConfigurableServerChannel.ServerChannelListenerMethods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.ServerChannelListenerModifier and TypeMethodDescriptionvoidConfigurableServerChannel.addListener(ConfigurableServerChannel.ServerChannelListener listener) voidConfigurableServerChannel.removeListener(ConfigurableServerChannel.ServerChannelListener listener) -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.oort
Classes in org.cometd.oort that implement ConfigurableServerChannel.ServerChannelListenerModifier 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. -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server
Methods in org.cometd.server that return types with arguments of type ConfigurableServerChannel.ServerChannelListenerMethods in org.cometd.server with parameters of type ConfigurableServerChannel.ServerChannelListenerModifier and TypeMethodDescriptionvoidServerChannelImpl.addListener(ConfigurableServerChannel.ServerChannelListener listener) voidServerChannelImpl.removeListener(ConfigurableServerChannel.ServerChannelListener listener) -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server.filter
Classes in org.cometd.server.filter that implement ConfigurableServerChannel.ServerChannelListenerModifier and TypeClassDescriptionclassA MessageListener that applies DataFilters to the received messages.