Class Hierarchy Previous Next Index
Class COM.cloudscape.synchronization.SyncFactory
java.lang.Object
|
+----COM.cloudscape.synchronization.SyncFactory
- public final class SyncFactory
- extends java.lang.Object
Copyright © 2000, Informix Software, Inc. All rights reserved.
Provides access to Cloudsync related objects.
getRefresher()
- Get the TargetDescription for the current refresh request at the source.
getRefresher
public static TargetDescription getRefresher() throws java.sql.SQLException
Get the TargetDescription for the current refresh request at the source.
Can only be executed within a source side work-unit during a refresh request.
- Throws:
- java.sql.SQLException - Error accessing database
Class Hierarchy Previous Next Index