com.esri.arcgis.trackinganalyst
Interface IStatusMessage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStatusMessageProxy, StatusMessage

public interface IStatusMessage
extends java.io.Serializable

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

Description: 'Provides access to methods and properties used to manage status message parameters.' 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 IIDcc018a05_24fb_11d4_b34c_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getCreationDate()
          Indicates the date of the status message's creation.
 java.lang.String getDestination()
          Indicates destination of status message.
 int getErrorCode()
          Identifies error code values for the status message.
 java.lang.String getID()
          ID value for the status message.
 int getMessageType()
          Indicates type of status message.
 java.lang.String getOrigin()
          Identifies origin value for status message.
 int getPriority()
          Indicates priority of the status message.
 int getStatus()
          Identifies status value of the message.
 void setDestination(java.lang.String pVal)
          Indicates destination of status message.
 void setErrorCode(int pVal)
          Identifies error code values for the status message.
 void setOrigin(java.lang.String pVal)
          Identifies origin value for status message.
 void setPriority(int pVal)
          Indicates priority of the status message.
 void setStatus(int pVal)
          Identifies status value of the message.
 

Field Detail

IIDcc018a05_24fb_11d4_b34c_00104ba2abcc

static final int IIDcc018a05_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
Indicates the date of the status message'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 the status message.

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 status 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
Indicates priority of the status message.

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
Indicates priority of the status message.

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
Indicates destination of status 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
Indicates destination of status message.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCode

int getErrorCode()
                 throws java.io.IOException,
                        AutomationException
Identifies error code values for the status message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorCode

void setErrorCode(int pVal)
                  throws java.io.IOException,
                         AutomationException
Identifies error code values for the status message.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

int getStatus()
              throws java.io.IOException,
                     AutomationException
Identifies status value of the message.

Returns:
A com.esri.arcgis.trackinganalyst.enumResponseStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatus

void setStatus(int pVal)
               throws java.io.IOException,
                      AutomationException
Identifies status value of the message.

Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumResponseStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrigin

java.lang.String getOrigin()
                           throws java.io.IOException,
                                  AutomationException
Identifies origin value for status message.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrigin

void setOrigin(java.lang.String pVal)
               throws java.io.IOException,
                      AutomationException
Identifies origin value for status message.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.