Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.oort | |
org.cometd.server |
Modifier and Type | Interface and Description |
---|---|
static interface |
BayeuxServer.ChannelListener
Specialized listener for
ServerChannel events. |
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurableServerChannel.Initializer.Persistent
Utility class that initializes channels to be persistent
|
Modifier and Type | Method and Description |
---|---|
MarkedReference<ServerChannel> |
BayeuxServer.createChannelIfAbsent(String channelName,
ConfigurableServerChannel.Initializer... initializers)
Creates a
ServerChannel and initializes it atomically if the
channel does not exist, or returns it if it already exists. |
Modifier and Type | Class and Description |
---|---|
class |
OortContainer<T> |
class |
OortList<E>
A specialized oort object whose entity is a
List . |
class |
OortLongMap<V>
The equivalent of an
OortMap<Long,V> . |
class |
OortMap<K,V>
A specialized oort object whose entity is a
ConcurrentMap . |
class |
OortObject<T>
An
OortObject represents a named composite entity that is distributed in an Oort cluster. |
class |
OortStringMap<V>
The equivalent of an
OortMap<String,V> . |
Modifier and Type | Method and Description |
---|---|
MarkedReference<ServerChannel> |
BayeuxServerImpl.createChannelIfAbsent(String channelName,
ConfigurableServerChannel.Initializer... initializers) |
Copyright © 2008–2024 The CometD Project. All rights reserved.