Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
-
Uses of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptionstatic interface
Specialized listener forServerChannel
events.Modifier and TypeClassDescriptionstatic class
Utility class that initializes channels to be persistentModifier and TypeMethodDescriptionBayeuxServer.createChannelIfAbsent
(String channelName, ConfigurableServerChannel.Initializer... initializers) Creates aServerChannel
and initializes it atomically if the channel does not exist, or returns it if it already exists. -
Uses of ConfigurableServerChannel.Initializer in org.cometd.oort
Modifier and TypeClassDescriptionclass
class
OortList<E>
A specialized oort object whose entity is aList
.class
OortLongMap<V>
The equivalent of anOortMap<Long,V>
.class
OortMap<K,
V> A specialized oort object whose entity is aConcurrentMap
.class
OortObject<T>
AnOortObject
represents a named composite entity that is distributed in an Oort cluster.class
The equivalent of anOortMap<String, V>
. -
Uses of ConfigurableServerChannel.Initializer in org.cometd.server
Modifier and TypeMethodDescriptionBayeuxServerImpl.createChannelIfAbsent
(String channelName, ConfigurableServerChannel.Initializer... initializers)