Package com.ibm.mobileservices.isync

Contains interfaces and classes necessary for synchronization to DB2 Everyplace Sync Server.

See:
          Description

Interface Summary
ConflictReader This interface defines a reader for client rejected row information returned from the DB2 Everyplace Sync Server.
ISyncConfigStore This interface represents a persisted configuration store and its containing subscription sets.
ISyncDriver This interface represents the synchronization driver for performing data synchronization with the DB2 Everyplace Sync Server.
ISyncProvider This interface contains the factory methods for ISync.
ISyncService ISyncService class contains host and port information for making a connection to the DB2 Everyplace Sync Server.
ISyncSubscriptionSet This interface represents a subscription set and its containing subscriptions, providing accessors to various information about the subscription set.
 

Class Summary
ISync This class contains all the constant definitions for ISync.
ISyncManager Manages different client implementations of ISyncProvider and ISyncService, allowing applications to not compile in a specific client and allow access to all clients.
 

Exception Summary
ISyncException This class serves as the general class of exceptions produced by the ISync synchronization engine.
ISyncUnsupportedOperationException When a method is not supported, this exception is thrown.
 

Package com.ibm.mobileservices.isync Description

Contains interfaces and classes necessary for synchronization to DB2 Everyplace Sync Server.

Since:
8.1.0


(c) Copyright IBM Corp. 2000, 2002 All Rights Reserved.