| Constructor and Description |
|---|
SharedObjectCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
Type |
getResolvedType(Type type) |
<K,V> Map<K,V> |
getSharedMap(Map<K,V> map) |
<K,V> ArraySetMultimap<K,V> |
getSharedMultimap(ArraySetMultimap<K,V> map) |
<T> Set<T> |
getSharedSet(Set<T> set) |
Set<Type> |
getTypeClosure(Type type) |
public <K,V> ArraySetMultimap<K,V> getSharedMultimap(ArraySetMultimap<K,V> map)
Copyright © 2013 Seam Framework. All Rights Reserved.