com.esri.arcgis.system
Interface IJobMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
IJobMessageProxy

public interface IJobMessage
extends Serializable

Provides access to properties of the job message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          Method to return message description.
 int getMessageType()
          Method to return message type.
 void setDescription(String pVal)
          Method to return message description.
 void setMessageType(int pVal)
          Method to return message type.
 

Method Detail

getMessageType

int getMessageType()
                   throws IOException,
                          AutomationException
Method to return message type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.system.esriJobMessageType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessageType

void setMessageType(int pVal)
                    throws IOException,
                           AutomationException
Method to return message type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Method to return message description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDescription

void setDescription(String pVal)
                    throws IOException,
                           AutomationException
Method to return message description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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