|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceReplicaEvents
Provides access to replica events that may be fired after extracting data or schema in a checkout or a child replica.
Method Summary | |
---|---|
void |
afterCreateChildReplica(String name,
int parentReplicaType,
IReplicaDescription rDescription,
IWorkspace childWorkspace)
Occurs in the master geodatabase when a replica operation ends. |
void |
beforeCreateChildReplica(String name,
int parentReplicaType,
IReplicaDescription rDescription,
IWorkspace childWorkspace)
Occurs in the master geodatabase when a replica operation begins. |
Method Detail |
---|
void beforeCreateChildReplica(String name, int parentReplicaType, IReplicaDescription rDescription, IWorkspace childWorkspace) throws IOException, AutomationException
name
- The name (in)parentReplicaType
- A com.esri.arcgis.geodatabase.esriReplicaType constant (in)rDescription
- A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)childWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterCreateChildReplica(String name, int parentReplicaType, IReplicaDescription rDescription, IWorkspace childWorkspace) throws IOException, AutomationException
name
- The name (in)parentReplicaType
- A com.esri.arcgis.geodatabase.esriReplicaType constant (in)rDescription
- A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)childWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (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 |