|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPReplica2
Method Summary | |
---|---|
Object |
getMyTime()
getMyTime |
Object |
getSibMyTime()
getSibMyTime |
Object |
getSibTime()
getSibTime |
boolean |
isInTransportFile()
isInTransportFile |
boolean |
isResolveDatasetNameConflicts()
Resolve dataset name conflicts when creating replicas. |
boolean |
isUseArchiving()
Use archiving instead of versions to track changes in one way replicas. |
void |
setInTransportFile(boolean inTransportFile)
setInTransportFile |
void |
setMyTime(Object myTime)
setMyTime |
void |
setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts)
Resolve dataset name conflicts when creating replicas. |
void |
setSibMyTime(Object sibMyTime)
setSibMyTime |
void |
setSibTime(Object sibTime)
setSibTime |
void |
setUseArchiving(boolean useArchiving)
Use archiving instead of versions to track changes in one way replicas. |
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 |
Method Detail |
---|
void setUseArchiving(boolean useArchiving) throws IOException, AutomationException
useArchiving
- The useArchiving (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseArchiving() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getMyTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMyTime(Object myTime) throws IOException, AutomationException
myTime
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSibTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibTime(Object sibTime) throws IOException, AutomationException
sibTime
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSibMyTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibMyTime(Object sibMyTime) throws IOException, AutomationException
sibMyTime
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInTransportFile(boolean inTransportFile) throws IOException, AutomationException
inTransportFile
- The inTransportFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInTransportFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts) throws IOException, AutomationException
resolveDatasetNameConflicts
- The resolveDatasetNameConflicts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isResolveDatasetNameConflicts() throws IOException, AutomationException
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 |