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()
          Message description.
 int getMessageType()
          Message type.
 void setDescription(String pVal)
          Message description.
 void setMessageType(int pVal)
          Message type.
 

Method Detail

getMessageType

int getMessageType()
                   throws IOException,
                          AutomationException
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
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
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
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.