wt.fc.collections
Class CollectionsManagerFwd
java.lang.Object
wt.fc.collections.CollectionsManagerFwd
- All Implemented Interfaces:
- CollectionsManager, RemoteAccess, Serializable
- public class CollectionsManagerFwd
- extends Object
- implements RemoteAccess, CollectionsManager, Serializable
A remote interface for managing WTCollection
s.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
CollectionsManagerFwd
public CollectionsManagerFwd()
getManager
private static Manager getManager()
throws WTException
- Returns:
- Manager
- Throws:
WTException
refresh
public WTCollection refresh(WTCollection collection)
throws WTException
- Refreshes the given collection using the RefreshSpec.DEFAULT spec.
Supported API: false
- Specified by:
refresh
in interface CollectionsManager
- 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: false
- Specified by:
refresh
in interface CollectionsManager
- 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: false
- Specified by:
refresh
in interface CollectionsManager
- 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: false
- Specified by:
refresh
in interface CollectionsManager
- Parameters:
map
- spec
-
- Returns:
- WTKeyedMap
- Throws:
WTException
- See Also:
RefreshSpec