|
|||||||||
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.ExportAcknowledgementMessage
public class ExportAcknowledgementMessage
Creates an output acknowledgement file to acknowledge the reception of previously received data change messages. The Export Acknowledgement 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 | |
---|---|
ExportAcknowledgementMessage()
Creates the Export Acknowledgement Message tool with defaults. |
|
ExportAcknowledgementMessage(Object inGeodatabase,
Object outAcknowledgementFile,
String inReplica)
Creates the Export Acknowledgement Message tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGeodatabase()
Returns the Export from Replica Geodatabase parameter of this tool . |
String |
getInReplica()
Returns the Replica parameter of this tool . |
Object |
getOutAcknowledgementFile()
Returns the Output Acknowledgement File 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 |
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 |
setOutAcknowledgementFile(Object outAcknowledgementFile)
Sets the Output Acknowledgement File 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 ExportAcknowledgementMessage()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportAcknowledgementMessage(Object inGeodatabase, Object outAcknowledgementFile, String inReplica)
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 acknowledgement message. The geodatabase may be local or remote.outAcknowledgementFile
- specifies the delta file to export to.inReplica
- the replica from which the acknowledgement message will be exported.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase from which to export the acknowledgement message. The geodatabase may be local or remote.public Object getOutAcknowledgementFile()
public void setOutAcknowledgementFile(Object outAcknowledgementFile)
outAcknowledgementFile
- specifies the delta file to export to.public String getInReplica()
public void setInReplica(String inReplica)
inReplica
- the replica from which the acknowledgement message will be exported.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 |