com.esri.arcgis.geodatabase
Interface IReplicaLog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReplicaLogProxy

public interface IReplicaLog
extends java.io.Serializable

COM Interface 'IReplicaLog'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get information about a replica log.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa4a65136_5756_4f8d_ab9f_88aca53f2f6f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getErrorCode()
          Error code associated with log event.
 java.lang.Object getLogDate()
          Date of the synchronization event.
 int getLogID()
          The ID of the Replica Log.
 int getReplicaID()
          The ID of the replica.
 int getSourceEndGen()
          Source generation end number.
 int getSourceStartGen()
          Source generation start number.
 int getSynchronizeOperation()
          The synchronize operation.
 int getTargetGen()
          Target generation number.
 

Field Detail

IIDa4a65136_5756_4f8d_ab9f_88aca53f2f6f

static final int IIDa4a65136_5756_4f8d_ab9f_88aca53f2f6f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLogID

int getLogID()
             throws java.io.IOException,
                    AutomationException
The ID of the Replica Log.

Returns:
The logID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaID

int getReplicaID()
                 throws java.io.IOException,
                        AutomationException
The ID of the replica.

Returns:
The replicaID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSynchronizeOperation

int getSynchronizeOperation()
                            throws java.io.IOException,
                                   AutomationException
The synchronize operation.

Returns:
A com.esri.arcgis.geodatabase.esriSynchronizationOperations constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCode

void getErrorCode()
                  throws java.io.IOException,
                         AutomationException
Error code associated with log event.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogDate

java.lang.Object getLogDate()
                            throws java.io.IOException,
                                   AutomationException
Date of the synchronization event.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceStartGen

int getSourceStartGen()
                      throws java.io.IOException,
                             AutomationException
Source generation start number.

Returns:
The startGen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceEndGen

int getSourceEndGen()
                    throws java.io.IOException,
                           AutomationException
Source generation end number.

Returns:
The endGen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetGen

int getTargetGen()
                 throws java.io.IOException,
                        AutomationException
Target generation number.

Returns:
The targetGen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.