com.esri.arcgis.geodatabase
Interface esriReplicaAccessType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaAccessType
extends java.io.Serializable

Replica access types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The esriReplicaAccessType enumeration contains values that represent different replica access types.

When creating a replica the access type is set on the GPReplicaOptions object.  Both the IGeodataserver:CreateReplica method and IReplicationAgent::CreateReplica method takes a reference to a GPReplicaOptions object.  See the GPreplicaOptions, Geodataserver and ReplicationAgent coclasses for more information.   

 The members of this enumeration are represented as follows:

You may retrieve the access type of an existing replica by querying the AccessType property.  From a GPReplica this is available using the IGPReplica::AccessType property.  If you have reference to a Replica object you can access this using IReplica2::AccessType property.  See the GPReplica and Replica coclasses for more information.


Field Summary
static int esriReplicaAccessNone
           
static int esriReplicaBothReadWrite
           
static int esriReplicaChildReadOnly
           
 

Field Detail

esriReplicaAccessNone

public static final int esriReplicaAccessNone
See Also:
Constant Field Values

esriReplicaChildReadOnly

public static final int esriReplicaChildReadOnly
See Also:
Constant Field Values

esriReplicaBothReadWrite

public static final int esriReplicaBothReadWrite
See Also:
Constant Field Values