|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaDataChangesInit
Provides access to members that initialize a Replica DataChanges object.
The IReplicaDataChangesInit interface is used to initialize the CheckOutDataChanges and the ReplicaDataChanges coclasses. Each coclass must be intialized before any of the other interfaces in the coclass can be used.
Use the IReplicaDataChangesInit interface to initialize the ReplicaDataChanges coclass when working with single generation replicas. If you are working with multi-generation replicas, use the IReplicaDataChangesInit2 interface to initialize the ReplicaDatachanges coclass.
Method Summary | |
---|---|
void |
init(IReplica replica,
IWorkspaceName checkoutWorkspace)
Initializes the class by using the replica and the replica workspace. |
Method Detail |
---|
void init(IReplica replica, IWorkspaceName checkoutWorkspace) throws IOException, AutomationException
The init method takes a checkoutWorkspace and a Replica. See IWorkspaceReplicas to see how to get a replica object.
This method is used to initialize replication data changes for check-out replicas. To initialize replication data changes for two way or one way replicas use the IReplicaDataChangesInit2::Init2 method.
replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)checkoutWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |