|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArguments
Provides access to methods and properties used to manage arguments in a message.
This interface provides a common set of methods used to manage a Tracking Message Objects argument collection.
Method Summary | |
---|---|
void |
addArgument(Object pValue)
Adds an argument to a message. |
Object |
getArgument(int nIndex)
Returns an argument from a message. |
int |
getArgumentCount()
Number of arguments in a message. |
Object |
getCreationDate()
Date of data's creation. |
String |
getDestination()
Destination for incoming message. |
String |
getID()
ID value for dataset. |
int |
getMessageType()
Indicates type of data message. |
int |
getPriority()
Priority of data in queue. |
void |
removeArgument(int nIndex)
Removes an argument from a message. |
void |
setArgument(int nIndex,
Object pValue)
Sets value for an argument in a message. |
void |
setDestination(String pVal)
Destination for incoming message. |
void |
setPriority(int pVal)
Priority of data in queue. |
Method Detail |
---|
Object getCreationDate() throws IOException, AutomationException
The property provides access to the date of data’s creation.
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
The ArgumentCount property provides the number of arguments that the message has.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setArgument(int nIndex, Object pValue) throws IOException, AutomationException
The setArgument method sets an argument at the user-specified position with the value given.
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
The addArgument method allows the user to add an argument to the argument list.
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
The removeArgument method removes an argument from the argument list at the user specified index.
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
The getArgument retrieves an argument from the argument list at the user specified index.
nIndex
- The nIndex (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 |