|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPReplica
COM Interface 'IGPReplica'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getAccessType()
Replica access type. |
java.lang.Object |
getCreationDate()
The date the replica was created. |
java.lang.String |
getGUID()
The guid of the replica. |
int |
getID()
The ID of the replica. |
int |
getMyGenerationNumber()
The generation number for the replica. |
java.lang.String |
getName()
Name of the replica. |
int |
getReconcilePolicy()
The replica reconcile policy. |
IGPReplicaDescription |
getReplicaDescription()
The replica description for the replica. |
int |
getReplicaState()
The replica state. |
java.lang.String |
getReplicaVersion()
The name of the replica version. |
int |
getRole()
The replica role. |
java.lang.String |
getSibConnectionString()
The connection string of the relative replica. |
int |
getSibGenerationNumber()
The generation number of the relative replica. |
int |
getSibMyGenerationNumber()
The last generation number that has been acknowledged by the relative replica. |
void |
init(IReplica replica)
Initializes the class using an IReplica object. |
boolean |
isHasConflicts()
Indicates if the replica is in conflict. |
void |
setAccessType(int accessType)
Replica access type. |
void |
setCreationDate(java.lang.Object replicaRole)
The date the replica was created. |
void |
setGUID(java.lang.String gUID)
The guid of the replica. |
void |
setHasConflicts(boolean hasConflicts)
Indicates if the replica is in conflict. |
void |
setID(int replicaID)
The ID of the replica. |
void |
setMyGenerationNumber(int pMyGenerationNumber)
The generation number for the replica. |
void |
setName(java.lang.String replicaName)
Name of the replica. |
void |
setReconcilePolicy(int policy)
The replica reconcile policy. |
void |
setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription)
The replica description for the replica. |
void |
setReplicaState(int replicaState)
The replica state. |
void |
setReplicaVersion(java.lang.String replicaVersion)
The name of the replica version. |
void |
setRole(int replicaRole)
The replica role. |
void |
setSibConnectionString(java.lang.String sibConnectionString)
The connection string of the relative replica. |
void |
setSibGenerationNumber(int pSibGenerationNumber)
The generation number of the relative replica. |
void |
setSibMyGenerationNumber(int pSibMyGenerationNumber)
The last generation number that has been acknowledged by the relative replica. |
Field Detail |
---|
static final int IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void init(IReplica replica) throws java.io.IOException, AutomationException
replica
- 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.void setName(java.lang.String replicaName) throws java.io.IOException, AutomationException
replicaName
- The replicaName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(int replicaID) throws java.io.IOException, AutomationException
replicaID
- The replicaID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGUID(java.lang.String gUID) throws java.io.IOException, AutomationException
gUID
- The gUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGUID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRole(int replicaRole) throws java.io.IOException, AutomationException
replicaRole
- A com.esri.arcgis.geodatabase.esriReplicaRole constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRole() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAccessType(int accessType) throws java.io.IOException, AutomationException
accessType
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAccessType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreationDate(java.lang.Object replicaRole) throws java.io.IOException, AutomationException
replicaRole
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCreationDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaVersion(java.lang.String replicaVersion) throws java.io.IOException, AutomationException
replicaVersion
- The replicaVersion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getReplicaVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMyGenerationNumber(int pMyGenerationNumber) throws java.io.IOException, AutomationException
pMyGenerationNumber
- The pMyGenerationNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMyGenerationNumber() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibGenerationNumber(int pSibGenerationNumber) throws java.io.IOException, AutomationException
pSibGenerationNumber
- The pSibGenerationNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSibGenerationNumber() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibMyGenerationNumber(int pSibMyGenerationNumber) throws java.io.IOException, AutomationException
pSibMyGenerationNumber
- The pSibMyGenerationNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSibMyGenerationNumber() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaState(int replicaState) throws java.io.IOException, AutomationException
replicaState
- A com.esri.arcgis.geodatabase.esriReplicaState constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReplicaState() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibConnectionString(java.lang.String sibConnectionString) throws java.io.IOException, AutomationException
sibConnectionString
- The sibConnectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSibConnectionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription) throws java.io.IOException, AutomationException
replicaDescription
- 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.IGPReplicaDescription getReplicaDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReconcilePolicy(int policy) throws java.io.IOException, AutomationException
policy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReconcilePolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasConflicts(boolean hasConflicts) throws java.io.IOException, AutomationException
hasConflicts
- The hasConflicts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasConflicts() throws java.io.IOException, AutomationException
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 |