Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Class | Description |
---|---|---|
static class |
Oort.CometListener.Adapter |
Empty implementation of
Oort.CometListener |
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 | Description |
---|---|---|
void |
Oort.addCometListener(Oort.CometListener listener) |
Registers the given listener to be notified of comet events.
|
void |
Oort.removeCometListener(Oort.CometListener listener) |
Deregisters the given listener from being notified of comet events.
|
Copyright © 2008–2017 The CometD Project. All rights reserved.