interface XCachedDynamicResultSetStubFactory in module com::sun::star::ucb:: |
interface XCachedDynamicResultSetStubFactory : com::sun::star::uno::XInterface ;
creates a CachedDynamicResultSetStub and connects a non-remote optimized DynamicResultSet to a remote optimized CachedDynamicResultSet .
Pay attention to instanciate this helper on serverside where your source DynamicResultSet was instanciated.
Method XCachedDynamicResultSetStubFactory::createCachedDynamicResultSetStub can be used to create a stub on serverside.
If you have instanciated a CachedDynamicResultSet on client side already, use method connectToCache to connect your given DynamicResultSet with this Cache.
The needed cache on server side you can create using XCachedDynamicResultSetFactory .
Method Summary |
|
createCachedDynamicResultSetStub | creates a remote optimizes XDynamicResultSet . |
connectToCache | If you have instanciated a CachedDynamicResultSet on client side already, use this to connect your given Source on server side to the TargetCache. |
Known Services Which Export this Interface |
Method Details |
|||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.