com.sybase.persistence
Class SyncResult

java.lang.Object
  extended by com.sybase.persistence.SyncResult

Deprecated. Used for SUP 1.2 compatibilty

public class SyncResult
extends java.lang.Object


Constructor Summary
SyncResult(ObjectList recordList)
          Deprecated. Sybase internal use only.
 
Method Summary
 int getBadPlaybackCount()
          Deprecated. Gets the bad playback count
 java.lang.String getErrorCategory()
          Deprecated. Gets the error category.
 java.lang.String getErrorMessage()
          Deprecated. Gets the error message
 java.util.Date getLastGoodPlayback()
          Deprecated. Gets the last good playback time.
 java.util.Date getLastPlayback()
          Deprecated. Gets the last playback time.
 java.util.Enumeration getOperationLog()
          Deprecated. Gets the Enumeration of OperationLog objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncResult

public SyncResult(ObjectList recordList)
Deprecated. 
Sybase internal use only.

Method Detail

getBadPlaybackCount

public int getBadPlaybackCount()
Deprecated. 
Gets the bad playback count

Returns:
Number of bad playbacks since the last good playback. 0 if the last was good.

getErrorCategory

public java.lang.String getErrorCategory()
Deprecated. 
Gets the error category.

Returns:

getErrorMessage

public java.lang.String getErrorMessage()
Deprecated. 
Gets the error message

Returns:
A Null Error Message and 0 in bad playback count means a successful playback.

getLastGoodPlayback

public java.util.Date getLastGoodPlayback()
Deprecated. 
Gets the last good playback time.

Returns:

getLastPlayback

public java.util.Date getLastPlayback()
Deprecated. 
Gets the last playback time.

Returns:

getOperationLog

public java.util.Enumeration getOperationLog()
Deprecated. 
Gets the Enumeration of OperationLog objects.

Returns: