Class Hierarchy        Index

Interface COM.cloudscape.types.SyncErrorInfo

public interface SyncErrorInfo
extends ErrorInfo
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.

An interface for describing an asynchronous error during refresh in Cloudscape Synchronization systems.


Method Index

 o getTargetFirstTimeCommitInstant()

Methods

 o getTargetFirstTimeCommitInstant
 public abstract DatabaseInstant getTargetFirstTimeCommitInstant()
Returns:
the commit DatabaseInstant for the first time the target performed this transaction. This value is set for transactions first submitted to a target. If the commit DatabaseInstant is not known this returns null.

  Class Hierarchy        Index