Liferay 7.0-ce-b4

com.liferay.portal.nio.intraband.proxy
Interface StubMap<T>

All Superinterfaces:
ConcurrentMap<String,T>, Map<String,T>
All Known Implementing Classes:
StubMapImpl

public interface StubMap<T>
extends ConcurrentMap<String,T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 boolean removeStubHolder(String portletId, T stub)
           
 
Methods inherited from interface java.util.concurrent.ConcurrentMap
putIfAbsent, remove, replace, replace
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

removeStubHolder

boolean removeStubHolder(String portletId,
                         T stub)

Liferay 7.0-ce-b4