| Package | Description |
|---|---|
| org.cometd.oort |
| Modifier and Type | Method and Description |
|---|---|
OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> |
OortMap.findInfo(K key) |
OortObject.Info<T> |
OortObject.getInfo(java.lang.String oortURL) |
OortObject.Info<T> |
OortObject.getInfoByObject(T object) |
protected OortObject.Info<T> |
OortObject.newInfo(T local) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<OortObject.Info<T>> |
OortObject.getInfos() |
java.util.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) |
void |
OortList.ElementListener.onAdded(OortObject.Info<java.util.List<E>> info,
java.util.List<E> elements)
Callback method invoked when elements are added to the entity list.
|
void |
OortList.ElementListener.Adapter.onAdded(OortObject.Info<java.util.List<E>> info,
java.util.List<E> elements) |
protected void |
OortMap.onItem(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
java.util.Map<java.lang.String,java.lang.Object> data) |
protected void |
OortList.onItem(OortObject.Info<java.util.List<E>> info,
java.util.Map<java.lang.String,java.lang.Object> data) |
protected abstract void |
OortContainer.onItem(OortObject.Info<T> info,
java.util.Map<java.lang.String,java.lang.Object> data) |
void |
OortMap.EntryListener.onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is put into the entity map.
|
void |
OortMap.EntryListener.Adapter.onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
void |
OortMap.DeltaListener.onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info) |
void |
OortMap.EntryListener.onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry)
Callback method invoked after an entry is removed from the entity map.
|
void |
OortMap.EntryListener.Adapter.onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info,
OortMap.Entry<K,V> entry) |
void |
OortList.DeltaListener.onRemoved(OortObject.Info<java.util.List<E>> info) |
void |
OortList.ElementListener.onRemoved(OortObject.Info<java.util.List<E>> info,
java.util.List<E> elements)
Callback method invoked when elements are removed from the entity list.
|
void |
OortList.ElementListener.Adapter.onRemoved(OortObject.Info<java.util.List<E>> info,
java.util.List<E> elements) |
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 |
OortObject.Listener.Adapter.onRemoved(OortObject.Info<T> info) |
void |
OortMap.DeltaListener.onUpdated(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> oldInfo,
OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> newInfo) |
void |
OortMap.DeltaListener.onUpdated(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> oldInfo,
OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> newInfo) |
void |
OortList.DeltaListener.onUpdated(OortObject.Info<java.util.List<E>> oldInfo,
OortObject.Info<java.util.List<E>> newInfo) |
void |
OortList.DeltaListener.onUpdated(OortObject.Info<java.util.List<E>> oldInfo,
OortObject.Info<java.util.List<E>> newInfo) |
void |
OortObject.Listener.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo)
Callback method invoked when the object value is updated.
|
void |
OortObject.Listener.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo)
Callback method invoked when the object value is updated.
|
void |
OortObject.Listener.Adapter.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo) |
void |
OortObject.Listener.Adapter.onUpdated(OortObject.Info<T> oldInfo,
OortObject.Info<T> newInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
OortObjectMergers.ListUnionMerger.merge(java.util.Collection<OortObject.Info<java.util.List<E>>> infos) |
R |
OortObject.Merger.merge(java.util.Collection<OortObject.Info<T>> infos)
Merges the given
OortObject.Infos. |
Copyright © 2008–2019 The CometD Project. All rights reserved.