com.esri.arcgis.trackinganalyst
Interface IArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandMessage, DataMessage, IArgumentsProxy, ResponseMessage

public interface IArguments
extends java.io.Serializable

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

Description: 'Provides access to methods and properties used to manage arguments in a message.' 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 IIDcc018a00_24fb_11d4_b34c_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addArgument(java.lang.Object pValue)
          Adds an argument to a message.
 java.lang.Object getArgument(int nIndex)
          Returns an argument from a message.
 int getArgumentCount()
          Number of arguments in a message.
 java.lang.Object getCreationDate()
          Date of data's creation.
 java.lang.String getDestination()
          Destination for incoming message.
 java.lang.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, java.lang.Object pValue)
          Sets value for an argument in a message.
 void setDestination(java.lang.String pVal)
          Destination for incoming message.
 void setPriority(int pVal)
          Priority of data in queue.
 

Field Detail

IIDcc018a00_24fb_11d4_b34c_00104ba2abcc

static final int IIDcc018a00_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
Date of data'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 dataset.

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 data 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
Priority of data in queue.

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
Priority of data in queue.

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
Destination for incoming 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
Destination for incoming 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 a 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 value for an argument in a 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 a 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 a 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
Returns an argument from a 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.