Class Hierarchy    Previous  Next  Index

Interface COM.cloudscape.types.SyncErrorInfo


public interface SyncErrorInfo
extends ErrorInfo
Copyright © 1998-2000, Informix Software, Inc. All rights reserved.

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


Method Index

 o getTargetFirstTimeCommitInstant()
 

Method Detail

 o getTargetFirstTimeCommitInstant
public 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    Previous  Next  Index