|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabasedistributed.IReplicaProgressProxy
public class IReplicaProgressProxy
Provides access to members that monitor the progress of a check-out.
The IReplicaProgress interface is an outbound interface that can be used by a client to monitor a check out, data extraction or check in process. This in conjunction with the IFeatureProgress interface below provide all of the information used by the check out, check in and data extraction progress dialogs in the user interface.
The following describes the information provided when these properties and methods are fired:
Property / Method | Description |
---|---|
CurrentReplicaOperation | Returns the current step (i.e. extracting schema). |
ReplicaObjectCount | Returns the number of operations to be performed. |
ReplicaOperations | Returns the list of operations to be performed. |
Startup | Returns the first operation to be performed. |
This interface uses the esriReplicaProgress enumeration to keep track of the status of the operation.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IReplicaProgressProxy()
|
|
IReplicaProgressProxy(Object obj)
|
protected |
IReplicaProgressProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
removeListener(String iidStr,
Object theListener)
|
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 com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IReplicaProgressProxy()
public IReplicaProgressProxy(Object obj) throws IOException
IOException
protected IReplicaProgressProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
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 |