|
|||||||||
| 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.IGPReplicaProxy
com.esri.arcgis.geodatabase.IGPReplica2Proxy
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 IGPReplica2Proxy
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.IGPReplica2 |
|---|
IID, IID4202a324_d1de_46d9_8469_f14ed363f12c |
| Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplica |
|---|
IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37 |
| Constructor Summary | |
|---|---|
|
IGPReplica2Proxy()
Deprecated. For internal use only |
|
IGPReplica2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGPReplica2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPReplica2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPReplica2Proxy(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. |
java.lang.Object |
getMyTime()
Deprecated. getMyTime |
java.lang.Object |
getSibMyTime()
Deprecated. getSibMyTime |
java.lang.Object |
getSibTime()
Deprecated. getSibTime |
boolean |
isInTransportFile()
Deprecated. isInTransportFile |
boolean |
isResolveDatasetNameConflicts()
Deprecated. Resolve dataset name conflicts when creating replicas. |
boolean |
isUseArchiving()
Deprecated. Use archiving instead of versions to track changes in one way replicas. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setInTransportFile(boolean inTransportFile)
Deprecated. setInTransportFile |
void |
setMyTime(java.lang.Object myTime)
Deprecated. setMyTime |
void |
setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts)
Deprecated. Resolve dataset name conflicts when creating replicas. |
void |
setSibMyTime(java.lang.Object sibMyTime)
Deprecated. setSibMyTime |
void |
setSibTime(java.lang.Object sibTime)
Deprecated. setSibTime |
void |
setUseArchiving(boolean useArchiving)
Deprecated. Use archiving instead of versions to track changes in one way replicas. |
| 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.IGPReplica |
|---|
getAccessType, getCreationDate, getGUID, getID, getMyGenerationNumber, getName, getReconcilePolicy, getReplicaDescription, getReplicaState, getReplicaVersion, getRole, getSibConnectionString, getSibGenerationNumber, getSibMyGenerationNumber, init, isHasConflicts, setAccessType, setCreationDate, setGUID, setHasConflicts, setID, setMyGenerationNumber, setName, setReconcilePolicy, setReplicaDescriptionByRef, setReplicaState, setReplicaVersion, setRole, setSibConnectionString, setSibGenerationNumber, setSibMyGenerationNumber |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPReplica2Proxy(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.IOExceptionpublic IGPReplica2Proxy()
public IGPReplica2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPReplica2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPReplica2Proxy(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 IGPReplicaProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IGPReplicaProxyjava.io.IOException
public void setUseArchiving(boolean useArchiving)
throws java.io.IOException,
AutomationException
setUseArchiving in interface IGPReplica2useArchiving - The useArchiving (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseArchiving()
throws java.io.IOException,
AutomationException
isUseArchiving in interface IGPReplica2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getMyTime()
throws java.io.IOException,
AutomationException
getMyTime in interface IGPReplica2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMyTime(java.lang.Object myTime)
throws java.io.IOException,
AutomationException
setMyTime in interface IGPReplica2myTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getSibTime()
throws java.io.IOException,
AutomationException
getSibTime in interface IGPReplica2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSibTime(java.lang.Object sibTime)
throws java.io.IOException,
AutomationException
setSibTime in interface IGPReplica2sibTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getSibMyTime()
throws java.io.IOException,
AutomationException
getSibMyTime in interface IGPReplica2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSibMyTime(java.lang.Object sibMyTime)
throws java.io.IOException,
AutomationException
setSibMyTime in interface IGPReplica2sibMyTime - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInTransportFile(boolean inTransportFile)
throws java.io.IOException,
AutomationException
setInTransportFile in interface IGPReplica2inTransportFile - The inTransportFile (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInTransportFile()
throws java.io.IOException,
AutomationException
isInTransportFile in interface IGPReplica2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts)
throws java.io.IOException,
AutomationException
setResolveDatasetNameConflicts in interface IGPReplica2resolveDatasetNameConflicts - The resolveDatasetNameConflicts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isResolveDatasetNameConflicts()
throws java.io.IOException,
AutomationException
isResolveDatasetNameConflicts in interface IGPReplica2java.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 | ||||||||