|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabasedistributed.IReplicaProgressAdapter
public class IReplicaProgressAdapter
Constructor Summary | |
---|---|
IReplicaProgressAdapter()
|
Method Summary | |
---|---|
void |
setCurrentReplicaOperation(IReplicaProgressSetCurrentReplicaOperationEvent theEvent)
The current operation in a check-out process. |
void |
setReplicaObjectCount(IReplicaProgressSetReplicaObjectCountEvent theEvent)
The number of objects to check-out. |
void |
setReplicaOperations(IReplicaProgressSetReplicaOperationsEvent theEvent)
The number of operations to perform in a check-out. |
void |
startup(IReplicaProgressStartupEvent theEvent)
Initiate the check-out progress utility. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IReplicaProgressAdapter()
Method Detail |
---|
public void startup(IReplicaProgressStartupEvent theEvent) throws IOException, AutomationException
startup
in interface IReplicaProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentReplicaOperation(IReplicaProgressSetCurrentReplicaOperationEvent theEvent) throws IOException, AutomationException
setCurrentReplicaOperation
in interface IReplicaProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaOperations(IReplicaProgressSetReplicaOperationsEvent theEvent) throws IOException, AutomationException
setReplicaOperations
in interface IReplicaProgress
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaObjectCount(IReplicaProgressSetReplicaObjectCountEvent theEvent) throws IOException, AutomationException
setReplicaObjectCount
in interface IReplicaProgress
theEvent
- The event
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 |