- Description
- If you have instantiated a CachedDynamicResultSet on
client side already, use this to connect your given Source on server
side to the TargetCache.
- Parameter Source
- is an instance of service DynamicResultSet.
- Parameter TargetCache
- is an instance of service CachedDynamicResultSet.
- Parameter SortingInfo
- can be an empty sequence. Otherwise, Source will be sorted according
to the given sorting data.
- Parameter CompareFactory
- will be ignored unless SortingInfo is not empty. Then the supplied
factory will be used to instantiate objects used to compare the
properties that are involved in sorting.
- Throws
- ListenerAlreadySetException
if Source is already in use.
- Throws
- AlreadyInitializedException
if TargetCache already has been initialized.
|