wt.fc.collections
Class CollectionsManagerFwd

java.lang.Object
  extended bywt.fc.collections.CollectionsManagerFwd
All Implemented Interfaces:
CollectionsManager, RemoteAccess, Serializable

public class CollectionsManagerFwd
extends Object
implements RemoteAccess, CollectionsManager, Serializable

A remote interface for managing WTCollections.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CollectionsManagerFwd()
           
 
Method Summary
private static Manager getManager()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CollectionsManagerFwd

public CollectionsManagerFwd()
Method Detail

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