com.esri.arcgis.trackinganalyst
Interface IResponseMessage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IResponseMessageProxy, ResponseMessage

public interface IResponseMessage
extends java.io.Serializable

COM Interface 'IResponseMessage'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties used to access responses from the Tracking Server or datalinks in which a command was issued.' 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 IIDcc018a02_24fb_11d4_b34c_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addArgument(java.lang.Object pValue)
          Adds an argument to the response message.
 java.lang.Object getArgument(int nIndex)
          Gets argument from the response message.
 int getArgumentCount()
          Number of arguments in the response message.
 int getCommandID()
          Identifies command for the response message.
 java.lang.String getCommandMessageID()
          Indicates ID of the command in the response message.
 java.lang.Object getCreationDate()
          Indicates the date of the response message's creation.
 java.lang.String getDestination()
          Indicates destination of the response message.
 int getErrorCode()
          Error code value.
 java.lang.String getID()
          ID value for the response message.
 int getMessageType()
          Indicates type of response message.
 int getPriority()
          Indicates priority of the response message.
 int getStatus()
          Indicates status of response message.
 void removeArgument(int nIndex)
          Removes an argument from the response message.
 void setArgument(int nIndex, java.lang.Object pValue)
          Sets an argument for the response message.
 void setDestination(java.lang.String pVal)
          Indicates destination of the response message.
 void setErrorCode(int pVal)
          Error code value.
 void setPriority(int pVal)
          Indicates priority of the response message.
 void setStatus(int pVal)
          Indicates status of response message.
 

Field Detail

IIDcc018a02_24fb_11d4_b34c_00104ba2abcc

static final int IIDcc018a02_24fb_11d4_b34c_00104ba2abcc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCreationDate

java.lang.Object getCreationDate()
                                 throws java.io.IOException,
                                        AutomationException
Indicates the date of the response message's creation.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

java.lang.String getID()
                       throws java.io.IOException,
                              AutomationException
ID value for the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageType

int getMessageType()
                   throws java.io.IOException,
                          AutomationException
Indicates type of response message.

Returns:
A com.esri.arcgis.geodatabaseextensions.enumMessageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

int getPriority()
                throws java.io.IOException,
                       AutomationException
Indicates priority of the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPriority

void setPriority(int pVal)
                 throws java.io.IOException,
                        AutomationException
Indicates priority of the response message.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestination

java.lang.String getDestination()
                                throws java.io.IOException,
                                       AutomationException
Indicates destination of the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestination

void setDestination(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Indicates destination of the response message.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArgumentCount

int getArgumentCount()
                     throws java.io.IOException,
                            AutomationException
Number of arguments in the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setArgument

void setArgument(int nIndex,
                 java.lang.Object pValue)
                 throws java.io.IOException,
                        AutomationException
Sets an argument for the response message.

Parameters:
nIndex - The nIndex (in)
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addArgument

void addArgument(java.lang.Object pValue)
                 throws java.io.IOException,
                        AutomationException
Adds an argument to the response message.

Parameters:
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeArgument

void removeArgument(int nIndex)
                    throws java.io.IOException,
                           AutomationException
Removes an argument from the response message.

Parameters:
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArgument

java.lang.Object getArgument(int nIndex)
                             throws java.io.IOException,
                                    AutomationException
Gets argument from the response message.

Parameters:
nIndex - The nIndex (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCommandID

int getCommandID()
                 throws java.io.IOException,
                        AutomationException
Identifies command for the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCommandMessageID

java.lang.String getCommandMessageID()
                                     throws java.io.IOException,
                                            AutomationException
Indicates ID of the command in the response message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

int getStatus()
              throws java.io.IOException,
                     AutomationException
Indicates status of response message.

Returns:
A com.esri.arcgis.trackinganalyst.enumResponseStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatus

void setStatus(int pVal)
               throws java.io.IOException,
                      AutomationException
Indicates status of response message.

Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumResponseStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCode

int getErrorCode()
                 throws java.io.IOException,
                        AutomationException
Error code value.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorCode

void setErrorCode(int pVal)
                  throws java.io.IOException,
                         AutomationException
Error code value.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.