com.liferay.portal.nio.intraband.proxy
Class StubMapImpl<T>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,T>
com.liferay.portal.nio.intraband.proxy.StubMapImpl<T>
- All Implemented Interfaces:
- StubMap<T>, Serializable, ConcurrentMap<String,T>, Map<String,T>
public class StubMapImpl<T>
- extends ConcurrentHashMap<String,T>
- implements StubMap<T>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.concurrent.ConcurrentHashMap |
clear, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
StubMapImpl
public StubMapImpl(StubHolder.StubCreator<T> stubCreator)
get
public T get(Object key)
- Specified by:
get in interface Map<String,T>- Overrides:
get in class ConcurrentHashMap<String,T>
removeStubHolder
public boolean removeStubHolder(String portletId,
T stub)
- Specified by:
removeStubHolder in interface StubMap<T>