|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommandMessage
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(Object pValue)
Add an argument to the command message. |
IResponseMessage |
createResponseMessage()
Creates a response message. |
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. |
Object |
getCreationDate()
Indicates date of the message's creation. |
String |
getDestination()
Indicates destination of the command message. |
String |
getID()
ID value for the command message. |
int |
getMessageType()
Indicates type of command message. |
int |
getPriority()
Indicates priority of the command message. |
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,
Object pValue)
Set the argument for the command message. |
void |
setCommandID(int pVal)
ID value for the command. |
void |
setDestination(String pVal)
Indicates destination of the command message. |
void |
setPriority(int pVal)
Indicates priority of the command message. |
void |
setRequestor(String pVal)
Property Requestor. |
void |
setTimeOut(int pVal)
Timeout value for the command 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
This method sets the argument for the command message at the specified index.
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
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.String getRequestor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequestor(String pVal) throws IOException, AutomationException
pVal
- The pVal (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.void setCommandID(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeOut() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeOut(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IResponseMessage createResponseMessage() throws IOException, AutomationException
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 |