|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IReplicaProxy
com.esri.arcgis.geodatabase.IReplica2Proxy
Description: 'Provides access to members that get information about a replica.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IReplica2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica2 |
---|
IID, IID3b29c4b9_4989_4871_8006_57dcc67f59d9 |
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica |
---|
IIDc475452c_72f3_4277_9fb7_fd8099665cec |
Constructor Summary | |
---|---|
|
IReplica2Proxy()
Deprecated. For internal use only |
|
IReplica2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IReplica2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IReplica2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IReplica2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getAccessType()
Deprecated. Replica access type. |
IEnumReplicaDataset |
getAllReplicaDatasets()
Deprecated. The replica datasets for the replica. |
IEnumReplicaLog |
getLog()
Deprecated. Replica log associated with this replica. |
int |
getMyGenerationNumber()
Deprecated. The generation number for a replica. |
int |
getReconcilePolicyType()
Deprecated. Replica reconcile policy. |
java.lang.String |
getReplicaReceivingVersion()
Deprecated. The replica version that recieves the changes. |
int |
getReplicaState()
Deprecated. The replica state. |
java.lang.String |
getSibConnectionString()
Deprecated. The sib connection string for a replica. |
int |
getSibGenerationNumber()
Deprecated. The generation number for a replica's sibling. |
int |
getSibMyGenNumber()
Deprecated. The generation number that the sibling thinks is my generation number. |
void |
init2(IGPReplica gPReplica,
IWorkspace targetWorkspace)
Deprecated. Initializes a replica from a gpreplica. |
boolean |
isHasConflicts()
Deprecated. Indicates if the replica sync has conflicts. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
Methods inherited from class com.esri.arcgis.geodatabase.IReplicaProxy |
---|
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion |
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 |
Methods inherited from interface com.esri.arcgis.geodatabase.IReplica |
---|
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IReplica2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IReplica2Proxy()
public IReplica2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IReplica2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IReplica2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IReplicaProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IReplicaProxy
java.io.IOException
public int getMyGenerationNumber() throws java.io.IOException, AutomationException
getMyGenerationNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSibGenerationNumber() throws java.io.IOException, AutomationException
getSibGenerationNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSibMyGenNumber() throws java.io.IOException, AutomationException
getSibMyGenNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumReplicaLog getLog() throws java.io.IOException, AutomationException
getLog
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumReplicaDataset getAllReplicaDatasets() throws java.io.IOException, AutomationException
getAllReplicaDatasets
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init2(IGPReplica gPReplica, IWorkspace targetWorkspace) throws java.io.IOException, AutomationException
init2
in interface IReplica2
gPReplica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)targetWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAccessType() throws java.io.IOException, AutomationException
getAccessType
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReconcilePolicyType() throws java.io.IOException, AutomationException
getReconcilePolicyType
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasConflicts() throws java.io.IOException, AutomationException
isHasConflicts
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReplicaReceivingVersion() throws java.io.IOException, AutomationException
getReplicaReceivingVersion
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReplicaState() throws java.io.IOException, AutomationException
getReplicaState
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSibConnectionString() throws java.io.IOException, AutomationException
getSibConnectionString
in interface IReplica2
java.io.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 |