|
|||||||||
| 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
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 IGPReplicaProxy
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.IGPReplica |
|---|
IID, IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37 |
| Constructor Summary | |
|---|---|
|
IGPReplicaProxy()
Deprecated. For internal use only |
|
IGPReplicaProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPReplicaProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPReplicaProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPReplicaProxy(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. |
java.lang.Object |
getCreationDate()
Deprecated. The date the replica was created. |
java.lang.String |
getGUID()
Deprecated. The guid of the replica. |
int |
getID()
Deprecated. The ID of the replica. |
int |
getMyGenerationNumber()
Deprecated. The generation number for the replica. |
java.lang.String |
getName()
Deprecated. Name of the replica. |
int |
getReconcilePolicy()
Deprecated. The replica reconcile policy. |
IGPReplicaDescription |
getReplicaDescription()
Deprecated. The replica description for the replica. |
int |
getReplicaState()
Deprecated. The replica state. |
java.lang.String |
getReplicaVersion()
Deprecated. The name of the replica version. |
int |
getRole()
Deprecated. The replica role. |
java.lang.String |
getSibConnectionString()
Deprecated. The connection string of the relative replica. |
int |
getSibGenerationNumber()
Deprecated. The generation number of the relative replica. |
int |
getSibMyGenerationNumber()
Deprecated. The last generation number that has been acknowledged by the relative replica. |
void |
init(IReplica replica)
Deprecated. Initializes the class using an IReplica object. |
boolean |
isHasConflicts()
Deprecated. Indicates if the replica is in conflict. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAccessType(int accessType)
Deprecated. Replica access type. |
void |
setCreationDate(java.lang.Object replicaRole)
Deprecated. The date the replica was created. |
void |
setGUID(java.lang.String gUID)
Deprecated. The guid of the replica. |
void |
setHasConflicts(boolean hasConflicts)
Deprecated. Indicates if the replica is in conflict. |
void |
setID(int replicaID)
Deprecated. The ID of the replica. |
void |
setMyGenerationNumber(int pMyGenerationNumber)
Deprecated. The generation number for the replica. |
void |
setName(java.lang.String replicaName)
Deprecated. Name of the replica. |
void |
setReconcilePolicy(int policy)
Deprecated. The replica reconcile policy. |
void |
setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription)
Deprecated. The replica description for the replica. |
void |
setReplicaState(int replicaState)
Deprecated. The replica state. |
void |
setReplicaVersion(java.lang.String replicaVersion)
Deprecated. The name of the replica version. |
void |
setRole(int replicaRole)
Deprecated. The replica role. |
void |
setSibConnectionString(java.lang.String sibConnectionString)
Deprecated. The connection string of the relative replica. |
void |
setSibGenerationNumber(int pSibGenerationNumber)
Deprecated. The generation number of the relative replica. |
void |
setSibMyGenerationNumber(int pSibMyGenerationNumber)
Deprecated. The last generation number that has been acknowledged by the relative replica. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPReplicaProxy(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 IGPReplicaProxy()
public IGPReplicaProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPReplicaProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPReplicaProxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void init(IReplica replica)
throws java.io.IOException,
AutomationException
init in interface IGPReplicareplica - A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String replicaName)
throws java.io.IOException,
AutomationException
setName in interface IGPReplicareplicaName - The replicaName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(int replicaID)
throws java.io.IOException,
AutomationException
setID in interface IGPReplicareplicaID - The replicaID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getID()
throws java.io.IOException,
AutomationException
getID in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGUID(java.lang.String gUID)
throws java.io.IOException,
AutomationException
setGUID in interface IGPReplicagUID - The gUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getGUID()
throws java.io.IOException,
AutomationException
getGUID in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRole(int replicaRole)
throws java.io.IOException,
AutomationException
setRole in interface IGPReplicareplicaRole - A com.esri.arcgis.geodatabase.esriReplicaRole constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRole()
throws java.io.IOException,
AutomationException
getRole in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAccessType(int accessType)
throws java.io.IOException,
AutomationException
setAccessType in interface IGPReplicaaccessType - A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (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 IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCreationDate(java.lang.Object replicaRole)
throws java.io.IOException,
AutomationException
setCreationDate in interface IGPReplicareplicaRole - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCreationDate()
throws java.io.IOException,
AutomationException
getCreationDate in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReplicaVersion(java.lang.String replicaVersion)
throws java.io.IOException,
AutomationException
setReplicaVersion in interface IGPReplicareplicaVersion - The replicaVersion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getReplicaVersion()
throws java.io.IOException,
AutomationException
getReplicaVersion in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMyGenerationNumber(int pMyGenerationNumber)
throws java.io.IOException,
AutomationException
setMyGenerationNumber in interface IGPReplicapMyGenerationNumber - The pMyGenerationNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMyGenerationNumber()
throws java.io.IOException,
AutomationException
getMyGenerationNumber in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSibGenerationNumber(int pSibGenerationNumber)
throws java.io.IOException,
AutomationException
setSibGenerationNumber in interface IGPReplicapSibGenerationNumber - The pSibGenerationNumber (in)
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 IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSibMyGenerationNumber(int pSibMyGenerationNumber)
throws java.io.IOException,
AutomationException
setSibMyGenerationNumber in interface IGPReplicapSibMyGenerationNumber - The pSibMyGenerationNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSibMyGenerationNumber()
throws java.io.IOException,
AutomationException
getSibMyGenerationNumber in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReplicaState(int replicaState)
throws java.io.IOException,
AutomationException
setReplicaState in interface IGPReplicareplicaState - A com.esri.arcgis.geodatabase.esriReplicaState constant (in)
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 IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSibConnectionString(java.lang.String sibConnectionString)
throws java.io.IOException,
AutomationException
setSibConnectionString in interface IGPReplicasibConnectionString - The sibConnectionString (in)
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 IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription)
throws java.io.IOException,
AutomationException
setReplicaDescriptionByRef in interface IGPReplicareplicaDescription - A reference to a com.esri.arcgis.geodatabase.IGPReplicaDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPReplicaDescription getReplicaDescription()
throws java.io.IOException,
AutomationException
getReplicaDescription in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReconcilePolicy(int policy)
throws java.io.IOException,
AutomationException
setReconcilePolicy in interface IGPReplicapolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReconcilePolicy()
throws java.io.IOException,
AutomationException
getReconcilePolicy in interface IGPReplicajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasConflicts(boolean hasConflicts)
throws java.io.IOException,
AutomationException
setHasConflicts in interface IGPReplicahasConflicts - The hasConflicts (in)
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 IGPReplicajava.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 | ||||||||