com.esri.arcgis.system
Interface IJobMessages

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJobMessagesProxy, JobMessages

public interface IJobMessages
extends java.io.Serializable

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

Description: 'Provides access to methods that control an array of job messages.' 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 IID08125e66_7bf8_4618_87f2_77d9e364f35a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IJobMessage pMsg)
          Adds job message to the end of the array.
 int getCount()
          Number of messages.
 IJobMessage getElement(int index)
          Method to return job message at given index.
 void insert(int index, IJobMessage pMsg)
          Inserts job message at the given index.
 void remove(int index)
          Removes job message at the given index.
 void removeAll()
          Removes all job messages from the array.
 

Field Detail

IID08125e66_7bf8_4618_87f2_77d9e364f35a

static final int IID08125e66_7bf8_4618_87f2_77d9e364f35a
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of messages.

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

getElement

IJobMessage getElement(int index)
                       throws java.io.IOException,
                              AutomationException
Method to return job message at given index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.system.IJobMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IJobMessage pMsg)
         throws java.io.IOException,
                AutomationException
Adds job message to the end of the array.

Parameters:
pMsg - A reference to a com.esri.arcgis.system.IJobMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IJobMessage pMsg)
            throws java.io.IOException,
                   AutomationException
Inserts job message at the given index.

Parameters:
index - The index (in)
pMsg - A reference to a com.esri.arcgis.system.IJobMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes job message at the given index.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all job messages from the array.

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