Interface SharedAttributeMap<V>

All Superinterfaces:
AttributeMap<V>, MapAdaptable<String,V>, MutableAttributeMap<V>
All Known Implementing Classes:
LocalSharedAttributeMap

public interface SharedAttributeMap<V> extends MutableAttributeMap<V>
An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
Author:
Keith Donald
  • Method Details

    • getMutex

      Object getMutex()
      Returns the shared map's mutex, which may be synchronized on to block access to the map by other threads.