Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Method and Description |
---|---|
OortObject.Info<ConcurrentMap<K,V>> |
OortMap.findInfo(K key) |
OortObject.Info<T> |
OortObject.getInfo(String oortURL) |
OortObject.Info<T> |
OortObject.getInfoByObject(T object) |
protected OortObject.Info<T> |
OortObject.newInfo(T local) |
Modifier and Type | Method and Description |
---|---|
protected Collection<OortObject.Info<T>> |
OortObject.getInfos() |
Iterator<OortObject.Info<T>> |
OortObject.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
OortObject.notifyRemoved(OortObject.Info<T> info) |
protected void |
OortObject.notifyUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo) |
protected void |
OortObject.notifyUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo) |
default void |
OortList.ElementListener.onAdded(OortObject.Info<List<E>> info,
List<E> elements)
Callback method invoked when elements are added to the entity list.
|
protected void |
OortMap.onItem(OortObject.Info<ConcurrentMap<K,V>> info,
Map<String,Object> data) |
protected void |
OortList.onItem(OortObject.Info<List<E>> info,
Map<String,Object> data) |
protected abstract void |
OortContainer.onItem(OortObject.Info<T> info,
Map<String,Object> data) |
default void |
OortMap.EntryListener.onPut(OortObject.Info<ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is put into the entity map.
|
void |
OortMap.DeltaListener.onRemoved(OortObject.Info<ConcurrentMap<K,V>> info) |
default void |
OortMap.EntryListener.onRemoved(OortObject.Info<ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is removed from the entity map.
|
void |
OortList.DeltaListener.onRemoved(OortObject.Info<List<E>> info) |
default void |
OortList.ElementListener.onRemoved(OortObject.Info<List<E>> info,
List<E> elements)
Callback method invoked when elements are removed from the entity list.
|
default void |
OortObject.Listener.onRemoved(OortObject.Info<T> info)
Callback method invoked when the object value is removed, for example
because the correspondent node has been shut down or crashed.
|
void |
OortMap.DeltaListener.onUpdated(OortObject.Info<ConcurrentMap<K,V>> oldInfo,
OortObject.Info<ConcurrentMap<K,V>> newInfo) |
void |
OortMap.DeltaListener.onUpdated(OortObject.Info<ConcurrentMap<K,V>> oldInfo,
OortObject.Info<ConcurrentMap<K,V>> newInfo) |
void |
OortList.DeltaListener.onUpdated(OortObject.Info<List<E>> oldInfo,
OortObject.Info<List<E>> newInfo) |
void |
OortList.DeltaListener.onUpdated(OortObject.Info<List<E>> oldInfo,
OortObject.Info<List<E>> newInfo) |
default void |
OortObject.Listener.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo)
Callback method invoked when the object value is updated.
|
default void |
OortObject.Listener.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo)
Callback method invoked when the object value is updated.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
OortObjectMergers.ListUnionMerger.merge(Collection<OortObject.Info<List<E>>> infos) |
R |
OortObject.Merger.merge(Collection<OortObject.Info<T>> infos)
Merges the given
OortObject.Info s. |
Copyright © 2008–2024 The CometD Project. All rights reserved.