|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResponseMessage
Provides access to methods and properties used to access responses from the Tracking Server or datalinks in which a command was issued.
Method Summary | |
---|---|
void |
addArgument(Object pValue)
Adds an argument to the response message. |
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. |
String |
getCommandMessageID()
Indicates ID of the command in the response message. |
Object |
getCreationDate()
Indicates the date of the response message's creation. |
String |
getDestination()
Indicates destination of the response message. |
int |
getErrorCode()
Error code value. |
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,
Object pValue)
Sets an argument for the response message. |
void |
setDestination(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. |
Method Detail |
---|
Object getCreationDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMessageType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPriority() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPriority(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDestination() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestination(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getArgumentCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setArgument(int nIndex, Object pValue) throws IOException, AutomationException
nIndex
- The nIndex (in)pValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addArgument(Object pValue) throws IOException, AutomationException
pValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeArgument(int nIndex) throws IOException, AutomationException
This method removes an argument at specified index from the response message.
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getArgument(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCommandID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCommandMessageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatus(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumResponseStatus constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getErrorCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorCode(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
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 |