Package org.eclipse.net4j.util.registry
Class HashMapRegistry.AutoCommit<K,V>
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.lifecycle.Lifecycle
- 
- org.eclipse.net4j.util.lifecycle.ShareableLifecycle
- 
- org.eclipse.net4j.util.container.Container<java.util.Map.Entry<K,V>>
- 
- org.eclipse.net4j.util.registry.Registry<K,V>
- 
- org.eclipse.net4j.util.registry.HashMapRegistry<K,V>
- 
- org.eclipse.net4j.util.registry.HashMapRegistry.AutoCommit<K,V>
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.util.Map<K,V>,- IContainer<java.util.Map.Entry<K,V>>,- INotifier,- INotifier.INotifier2,- IDeactivateable,- ILifecycle,- ILifecycle.DeferrableActivation,- IRegistry<K,V>
 - Enclosing class:
- HashMapRegistry<K,V>
 
 public static class HashMapRegistry.AutoCommit<K,V> extends HashMapRegistry<K,V> - Since:
- 3.15
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.registry.HashMapRegistryHashMapRegistry.AutoCommit<K,V>
 - 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.registry.RegistryRegistry.Transaction
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleILifecycle.DeferrableActivation
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Constructor SummaryConstructors Constructor Description AutoCommit()AutoCommit(int initialCapacity)AutoCommit(int initialCapacity, float loadFactor)AutoCommit(java.util.Map<? extends K,? extends V> m)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAutoCommit(boolean autoCommit)- 
Methods inherited from class org.eclipse.net4j.util.registry.HashMapRegistrygetMap
 - 
Methods inherited from class org.eclipse.net4j.util.registry.RegistryautoCommit, clear, commit, commit, containsKey, containsValue, deregister, entrySet, get, getElements, getTransaction, isAutoCommit, isEmpty, keySet, put, putAll, register, remove, size, toString, values
 - 
Methods inherited from class org.eclipse.net4j.util.container.ContainerfireContainerEvent, fireContainerEvent, fireContainerEvent, fireElementAddedEvent, fireElementRemovedEvent, fireElementsAddedEvent, fireElementsRemovedEvent, fireEvent, newContainerEvent, newContainerEvent
 - 
Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycleactivate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation
 - 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
setAutoCommitpublic final void setAutoCommit(boolean autoCommit) - Specified by:
- setAutoCommitin interface- IRegistry<K,V>
- Overrides:
- setAutoCommitin class- Registry<K,V>
 
 
- 
 
-