|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaDescriptionExtensionManager
Provides access to replica description extension manager.
ICheckOut
,
IReplicaValidation
,
ICheckOut.checkOutData(com.esri.arcgis.geodatabase.IReplicaDescription, boolean, String)
,
CheckOut
Method Summary | |
---|---|
int |
findExtension(IUID pGUID)
Finds the specified description extension by its globally unique id. |
IReplicaDescriptionExtension |
getExtension(int index)
The replica description extension at this index. |
int |
getExtensionCount()
The number of replica description extensions. |
void |
registerExtension(IReplicaDescriptionExtension rdExtension)
Registers this description extension. |
void |
unRegisterExtension(IUID pGUID)
UnRegisters this replica description. |
Method Detail |
---|
int findExtension(IUID pGUID) throws IOException, AutomationException
pGUID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtensionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IReplicaDescriptionExtension getExtension(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void registerExtension(IReplicaDescriptionExtension rdExtension) throws IOException, AutomationException
rdExtension
- A reference to a com.esri.arcgis.geodatabase.IReplicaDescriptionExtension (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unRegisterExtension(IUID pGUID) throws IOException, AutomationException
pGUID
- A reference to a com.esri.arcgis.system.IUID (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 |