Package org.cometd.oort
Class OortStringMap<V>
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.cometd.oort.OortObject<T>
-
- org.cometd.oort.OortContainer<java.util.concurrent.ConcurrentMap<K,V>>
-
- org.cometd.oort.OortMap<java.lang.String,V>
-
- org.cometd.oort.OortStringMap<V>
-
- Type Parameters:
V
- the value type
- All Implemented Interfaces:
java.lang.Iterable<OortObject.Info<java.util.concurrent.ConcurrentMap<java.lang.String,V>>>
,java.util.EventListener
,org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
,Oort.CometListener
,org.eclipse.jetty.util.component.LifeCycle
public class OortStringMap<V> extends OortMap<java.lang.String,V>
The equivalent of anOortMap<String,V>
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer.Persistent
-
Nested classes/interfaces inherited from interface org.cometd.oort.Oort.CometListener
Oort.CometListener.Adapter, Oort.CometListener.Event
-
Nested classes/interfaces inherited from class org.cometd.oort.OortMap
OortMap.DeltaListener<K,V>, OortMap.Entry<K,V>, OortMap.EntryListener<K,V>
-
Nested classes/interfaces inherited from class org.cometd.oort.OortObject
OortObject.Data<T>, OortObject.Factory<T>, OortObject.Info<T>, OortObject.Listener<T>, OortObject.Merger<T,R>, OortObject.Result<R>
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
-
Fields inherited from class org.cometd.oort.OortObject
logger, OORT_OBJECTS_CHANNEL
-
-
Constructor Summary
Constructors Constructor Description OortStringMap(Oort oort, java.lang.String name, OortObject.Factory<java.util.concurrent.ConcurrentMap<java.lang.String,V>> factory)
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.cometd.oort.OortContainer
cometLeft, doStop, onObject
-
Methods inherited from class org.cometd.oort.OortMap
addEntryListener, find, findInfo, get, isItemUpdate, onItem, putAndShare, putIfAbsentAndShare, removeAndShare, removeEntryListener, removeEntryListeners
-
Methods inherited from class org.cometd.oort.OortObject
addListener, cometJoined, configureChannel, deserialize, doStart, getChannelName, getFactory, getInfo, getInfoByObject, getInfos, getLocalSession, getName, getOort, iterator, merge, newInfo, notifyRemoved, notifyUpdated, pullInfo, pushInfo, removeListener, removeListeners, serialize, setAndShare, toString
-
-
-
-
Constructor Detail
-
OortStringMap
public OortStringMap(Oort oort, java.lang.String name, OortObject.Factory<java.util.concurrent.ConcurrentMap<java.lang.String,V>> factory)
-
-