Uses of Class
org.cometd.oort.OortObject.Info
-
Packages that use OortObject.Info Package Description org.cometd.oort -
-
Uses of OortObject.Info in org.cometd.oort
Methods in org.cometd.oort that return OortObject.Info Modifier and Type Method 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)Methods in org.cometd.oort that return types with arguments of type OortObject.Info Modifier and Type Method Description protected java.util.Collection<OortObject.Info<T>>OortObject. getInfos()java.util.Iterator<OortObject.Info<T>>OortObject. iterator()Methods in org.cometd.oort with parameters of type OortObject.Info Modifier and Type Method Description protected voidOortObject. notifyRemoved(OortObject.Info<T> info)protected voidOortObject. notifyUpdated(OortObject.Info<T> oldInfo, OortObject.Info<T> newInfo)voidOortList.ElementListener.Adapter. onAdded(OortObject.Info<java.util.List<E>> info, java.util.List<E> elements)voidOortList.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.protected abstract voidOortContainer. onItem(OortObject.Info<T> info, java.util.Map<java.lang.String,java.lang.Object> data)protected voidOortList. onItem(OortObject.Info<java.util.List<E>> info, java.util.Map<java.lang.String,java.lang.Object> data)protected voidOortMap. onItem(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info, java.util.Map<java.lang.String,java.lang.Object> data)voidOortMap.EntryListener.Adapter. onPut(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)voidOortMap.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.voidOortList.DeltaListener. onRemoved(OortObject.Info<java.util.List<E>> info)voidOortList.ElementListener.Adapter. onRemoved(OortObject.Info<java.util.List<E>> info, java.util.List<E> elements)voidOortList.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.voidOortMap.DeltaListener. onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info)voidOortMap.EntryListener.Adapter. onRemoved(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> info, OortMap.Entry<K,V> entry)voidOortMap.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.voidOortObject.Listener.Adapter. onRemoved(OortObject.Info<T> info)voidOortObject.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.voidOortList.DeltaListener. onUpdated(OortObject.Info<java.util.List<E>> oldInfo, OortObject.Info<java.util.List<E>> newInfo)voidOortMap.DeltaListener. onUpdated(OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> oldInfo, OortObject.Info<java.util.concurrent.ConcurrentMap<K,V>> newInfo)voidOortObject.Listener.Adapter. onUpdated(OortObject.Info<T> oldInfo, OortObject.Info<T> newInfo)voidOortObject.Listener. onUpdated(OortObject.Info<T> oldInfo, OortObject.Info<T> newInfo)Callback method invoked when the object value is updated.Method parameters in org.cometd.oort with type arguments of type OortObject.Info Modifier and Type Method Description ROortObject.Merger. merge(java.util.Collection<OortObject.Info<T>> infos)Merges the givenOortObject.Infos.java.util.List<E>OortObjectMergers.ListUnionMerger. merge(java.util.Collection<OortObject.Info<java.util.List<E>>> infos)
-