Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener
-
Packages that use ConfigurableServerChannel.ServerChannelListener Package Description org.cometd.bayeux.server org.cometd.oort org.cometd.server org.cometd.server.filter -
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.ServerChannelListener in org.cometd.bayeux.server Modifier and Type Interface Description 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.Methods in org.cometd.bayeux.server that return types with arguments of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description java.util.List<ConfigurableServerChannel.ServerChannelListener>
ConfigurableServerChannel. getListeners()
Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description void
ConfigurableServerChannel. addListener(ConfigurableServerChannel.ServerChannelListener listener)
void
ConfigurableServerChannel. removeListener(ConfigurableServerChannel.ServerChannelListener listener)
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.oort
Classes in org.cometd.oort that implement ConfigurableServerChannel.ServerChannelListener 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. -
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server
Methods in org.cometd.server that return types with arguments of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description java.util.List<ConfigurableServerChannel.ServerChannelListener>
ServerChannelImpl. getListeners()
protected java.util.List<ConfigurableServerChannel.ServerChannelListener>
ServerChannelImpl. listeners()
Methods in org.cometd.server with parameters of type ConfigurableServerChannel.ServerChannelListener Modifier and Type Method Description void
ServerChannelImpl. addListener(ConfigurableServerChannel.ServerChannelListener listener)
void
ServerChannelImpl. removeListener(ConfigurableServerChannel.ServerChannelListener listener)
-
Uses of ConfigurableServerChannel.ServerChannelListener in org.cometd.server.filter
Classes in org.cometd.server.filter that implement ConfigurableServerChannel.ServerChannelListener Modifier and Type Class Description class
DataFilterMessageListener
A MessageListener that applies DataFilters to the received messages.
-