|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.ExportDataChangeMessage
public class ExportDataChangeMessage
Creates an output delta file containing updates from an input replica. The Export Data Change Message tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExportDataChangeMessage()
Creates the Export Data Change Message tool with defaults. |
|
ExportDataChangeMessage(Object inGeodatabase,
Object outDataChangesFile,
String inReplica,
String switchToReceiver,
String includeUnacknowledgedChanges,
String includeNewChanges)
Creates the Export Data Change Message tool with the required parameters. |
Method Summary | |
---|---|
String |
getIncludeNewChanges()
Returns the Include new data changes since last export parameter of this tool . |
String |
getIncludeUnacknowledgedChanges()
Returns the Include unacknowledged data changes parameter of this tool . |
Object |
getInGeodatabase()
Returns the Export from Replica Geodatabase parameter of this tool . |
String |
getInReplica()
Returns the Replica parameter of this tool . |
Object |
getOutDataChangesFile()
Returns the Output Data Changes File parameter of this tool . |
String |
getSwitchToReceiver()
Returns the Switch to Receiver once the message has been exported parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setIncludeNewChanges(String includeNewChanges)
Sets the Include new data changes since last export parameter of this tool . |
void |
setIncludeUnacknowledgedChanges(String includeUnacknowledgedChanges)
Sets the Include unacknowledged data changes parameter of this tool . |
void |
setInGeodatabase(Object inGeodatabase)
Sets the Export from Replica Geodatabase parameter of this tool . |
void |
setInReplica(String inReplica)
Sets the Replica parameter of this tool . |
void |
setOutDataChangesFile(Object outDataChangesFile)
Sets the Output Data Changes File parameter of this tool . |
void |
setSwitchToReceiver(String switchToReceiver)
Sets the Switch to Receiver once the message has been exported parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExportDataChangeMessage()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportDataChangeMessage(Object inGeodatabase, Object outDataChangesFile, String inReplica, String switchToReceiver, String includeUnacknowledgedChanges, String includeNewChanges)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeodatabase
- specifies the replica geodatabase from which to export the data change message. The geodatabase may be local or remote.outDataChangesFile
- specifies the delta file to export to.inReplica
- the replica containing updates to be exported.switchToReceiver
- indicates whether to change the role of the replica to that of a receiver. The receiver may not send replica updates until updates from the relative replica sender arrive.includeUnacknowledgedChanges
- indicates whether to include data changes that have been previously exported for which no acknowledgement message has been received.includeNewChanges
- indicates whether to include all data changes created since the last exported data change message.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase from which to export the data change message. The geodatabase may be local or remote.public Object getOutDataChangesFile()
public void setOutDataChangesFile(Object outDataChangesFile)
outDataChangesFile
- specifies the delta file to export to.public String getInReplica()
public void setInReplica(String inReplica)
inReplica
- the replica containing updates to be exported.public String getSwitchToReceiver()
public void setSwitchToReceiver(String switchToReceiver)
switchToReceiver
- indicates whether to change the role of the replica to that of a receiver. The receiver may not send replica updates until updates from the relative replica sender arrive.public String getIncludeUnacknowledgedChanges()
public void setIncludeUnacknowledgedChanges(String includeUnacknowledgedChanges)
includeUnacknowledgedChanges
- indicates whether to include data changes that have been previously exported for which no acknowledgement message has been received.public String getIncludeNewChanges()
public void setIncludeNewChanges(String includeNewChanges)
includeNewChanges
- indicates whether to include all data changes created since the last exported data change message.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |