|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.core.collection.LocalAttributeMap
org.springframework.webflow.core.collection.LocalSharedAttributeMap
public class LocalSharedAttributeMap
An attribute map that exposes a mutex that application code can synchronize on. This class wraps another shared map in an attribute map.
The mutex can be used to serialize concurrent access to the shared map's contents by multiple threads.
Constructor Summary | |
---|---|
LocalSharedAttributeMap(SharedMap sharedMap)
Creates a new shared attribute map. |
Method Summary | |
---|---|
Object |
getMutex()
Returns the shared map's mutex, which may be synchronized on to block access to the map by other threads. |
Methods inherited from class org.springframework.webflow.core.collection.LocalAttributeMap |
---|
asMap, clear, contains, contains, equals, extract, get, get, get, get, getArray, getBoolean, getBoolean, getCollection, getCollection, getInteger, getInteger, getLong, getLong, getNumber, getNumber, getRequired, getRequired, getRequiredArray, getRequiredBoolean, getRequiredCollection, getRequiredCollection, getRequiredInteger, getRequiredLong, getRequiredNumber, getRequiredString, getString, getString, hashCode, isEmpty, put, putAll, remove, removeAll, replaceWith, size, toString, union |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.webflow.core.collection.MutableAttributeMap |
---|
clear, extract, put, putAll, remove, removeAll, replaceWith |
Methods inherited from interface org.springframework.webflow.core.collection.AttributeMap |
---|
contains, contains, get, get, get, get, getArray, getBoolean, getBoolean, getCollection, getCollection, getInteger, getInteger, getLong, getLong, getNumber, getNumber, getRequired, getRequired, getRequiredArray, getRequiredBoolean, getRequiredCollection, getRequiredCollection, getRequiredInteger, getRequiredLong, getRequiredNumber, getRequiredString, getString, getString, isEmpty, size, union |
Methods inherited from interface org.springframework.binding.collection.MapAdaptable |
---|
asMap |
Constructor Detail |
---|
public LocalSharedAttributeMap(SharedMap sharedMap)
sharedMap
- the shared mapMethod Detail |
---|
public Object getMutex()
SharedAttributeMap
getMutex
in interface SharedAttributeMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |