com.liferay.faces.bridge.scope
Class BridgeRequestScopeCacheImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<String,BridgeRequestScope>
          extended by com.liferay.faces.bridge.scope.BridgeRequestScopeCacheImpl
All Implemented Interfaces:
BridgeRequestScopeCache, Serializable, ConcurrentMap<String,BridgeRequestScope>, Map<String,BridgeRequestScope>

public class BridgeRequestScopeCacheImpl
extends ConcurrentHashMap<String,BridgeRequestScope>
implements BridgeRequestScopeCache

This class provides a Map style interface for managing cache of BridgeRequestScope.

Author:
Neil Griffin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BridgeRequestScopeCacheImpl(int maxSize)
           
 
Method Summary
 BridgeRequestScope put(String bridgeRequestScopeId, BridgeRequestScope bridgeRequestScope)
           
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
 

Constructor Detail

BridgeRequestScopeCacheImpl

public BridgeRequestScopeCacheImpl(int maxSize)
Method Detail

put

public BridgeRequestScope put(String bridgeRequestScopeId,
                              BridgeRequestScope bridgeRequestScope)
Specified by:
put in interface Map<String,BridgeRequestScope>
Overrides:
put in class ConcurrentHashMap<String,BridgeRequestScope>


Copyright © 2014 Liferay, Inc.. All Rights Reserved.