com.esri.arcgis.geodatabase
Interface esriReplicaState

All Superinterfaces:
java.io.Serializable

public interface esriReplicaState
extends java.io.Serializable

Constants from esriReplicaState' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'The Replica state.' 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 int esriReplicaStateSendingAcknowledgment
          Sending acknowledgement state.
static int esriReplicaStateSendingData
          Sending data state.
static int esriReplicaStateWaitingForData
          Waiting for data state.
 

Field Detail

esriReplicaStateSendingData

static final int esriReplicaStateSendingData
Sending data state.

See Also:
Constant Field Values

esriReplicaStateWaitingForData

static final int esriReplicaStateWaitingForData
Waiting for data state.

See Also:
Constant Field Values

esriReplicaStateSendingAcknowledgment

static final int esriReplicaStateSendingAcknowledgment
Sending acknowledgement state.

See Also:
Constant Field Values