com.esri.arcgis.geodatabase
Class IReplicaLogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IReplicaLogProxy
All Implemented Interfaces:
IReplicaLog, Externalizable, Serializable

public class IReplicaLogProxy
extends com.esri.arcgis.interop.Dispatch
implements IReplicaLog, Serializable

Provides access to members that get information about a replica log.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IReplicaLogProxy()
           
  IReplicaLogProxy(Object obj)
           
protected IReplicaLogProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void getErrorCode()
          Error code associated with log event.
 Object getLogDate()
          Date of the synchronization event.
 int getLogID()
          The ID of the Replica Log.
 int getReplicaID()
          The ID of the replica.
 int getSourceEndGen()
          Source generation end number.
 int getSourceStartGen()
          Source generation start number.
 int getSynchronizeOperation()
          The synchronize operation.
 int getTargetGen()
          Target generation number.
 void removeListener(String iidStr, Object theListener)
           
 
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

noncastable

public boolean noncastable
Constructor Detail

IReplicaLogProxy

public IReplicaLogProxy()

IReplicaLogProxy

public IReplicaLogProxy(Object obj)
                 throws IOException
Throws:
IOException

IReplicaLogProxy

protected IReplicaLogProxy(Object obj,
                           String iid)
                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getLogID

public int getLogID()
             throws IOException,
                    AutomationException
The ID of the Replica Log.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getLogID in interface IReplicaLog
Returns:
The logID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaID

public int getReplicaID()
                 throws IOException,
                        AutomationException
The ID of the replica.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getReplicaID in interface IReplicaLog
Returns:
The replicaID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSynchronizeOperation

public int getSynchronizeOperation()
                            throws IOException,
                                   AutomationException
The synchronize operation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSynchronizeOperation in interface IReplicaLog
Returns:
A com.esri.arcgis.geodatabase.esriSynchronizationOperations constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCode

public void getErrorCode()
                  throws IOException,
                         AutomationException
Error code associated with log event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getErrorCode in interface IReplicaLog
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogDate

public Object getLogDate()
                  throws IOException,
                         AutomationException
Date of the synchronization event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getLogDate in interface IReplicaLog
Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceStartGen

public int getSourceStartGen()
                      throws IOException,
                             AutomationException
Source generation start number.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSourceStartGen in interface IReplicaLog
Returns:
The startGen
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceEndGen

public int getSourceEndGen()
                    throws IOException,
                           AutomationException
Source generation end number.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSourceEndGen in interface IReplicaLog
Returns:
The endGen
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetGen

public int getTargetGen()
                 throws IOException,
                        AutomationException
Target generation number.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTargetGen in interface IReplicaLog
Returns:
The targetGen
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.