wt.fc.collections
Interface CollectionsManager

All Known Implementing Classes:
CollectionsManagerFwd, StandardCollectionsManager

public interface CollectionsManager

A remote interface for managing WTCollections.

Supported API: true

Extendable: false


Method Summary
 WTCollection refresh(WTCollection collection)
          Refreshes the given collection using the RefreshSpec.DEFAULT spec.
 WTCollection refresh(WTCollection collection, RefreshSpec spec)
          Refreshes the given collection using the given spec.
 WTKeyedMap refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 

Method Detail

refresh

public WTCollection refresh(WTCollection collection)
                     throws WTException
Refreshes the given collection using the RefreshSpec.DEFAULT spec.

Supported API: true

Parameters:
collection -
Returns:
WTCollection
Throws:
WTException
See Also:
RefreshSpec

refresh

public WTCollection refresh(WTCollection collection,
                            RefreshSpec spec)
                     throws WTException
Refreshes the given collection using the given spec.

Supported API: true

Parameters:
collection -
spec -
Returns:
WTCollection
Throws:
WTException
See Also:
RefreshSpec

refresh

public WTKeyedMap refresh(WTKeyedMap map)
                   throws WTException
Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec. If the map is a WTValuedHashMap, also refreshes the values.

Supported API: true

Parameters:
map -
Returns:
WTKeyedMap
Throws:
WTException
See Also:
RefreshSpec

refresh

public WTKeyedMap refresh(WTKeyedMap map,
                          RefreshSpec spec)
                   throws WTException
Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec. If the map is a WTValuedHashMap, also refreshes the values.

Supported API: true

Parameters:
map -
spec -
Returns:
WTKeyedMap
Throws:
WTException
See Also:
RefreshSpec