|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to methods and properties used to build command messages issuing command requests to the Tracking Server or any connected data links.
| Method Summary | |
void |
addArgument(java.lang.Object pValue)
Add an argument to the command message. |
IResponseMessage |
createResponseMessage()
Creates a response message. |
java.lang.Object |
getArgument(int nIndex)
Get argument for the command message. |
int |
getArgumentCount()
Number of arguments in the command message. |
int |
getCommandID()
ID value for the command. |
java.lang.Object |
getCreationDate()
Indicates date of the message's creation. |
java.lang.String |
getDestination()
Indicates destination of the command message. |
java.lang.String |
getID()
ID value for the command message. |
int |
getMessageType()
Indicates type of command message. |
int |
getPriority()
Indicates priority of the command message. |
java.lang.String |
getRequestor()
Property Requestor. |
int |
getTimeOut()
Timeout value for the command message. |
void |
removeArgument(int nIndex)
Remove an argument from the command message. |
void |
setArgument(int nIndex,
java.lang.Object pValue)
Set the argument for the command message. |
void |
setCommandID(int pVal)
ID value for the command. |
void |
setDestination(java.lang.String pVal)
Indicates destination of the command message. |
void |
setPriority(int pVal)
Indicates priority of the command message. |
void |
setRequestor(java.lang.String pVal)
Property Requestor. |
void |
setTimeOut(int pVal)
Timeout value for the command message. |
| Method Detail |
public java.lang.Object getCreationDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPriority()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriority(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDestination()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDestination(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getArgumentCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArgument(int nIndex,
java.lang.Object pValue)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)pValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addArgument(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeArgument(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getArgument(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRequestor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRequestor(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCommandID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCommandID(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTimeOut()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeOut(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IResponseMessage createResponseMessage()
throws java.io.IOException,
AutomationException
java.io.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 | |||||||||