public interface IJobMessages
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID08125e66_7bf8_4618_87f2_77d9e364f35a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID08125e66_7bf8_4618_87f2_77d9e364f35a
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobMessage getElement(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(IJobMessage pMsg) throws java.io.IOException, AutomationException
pMsg
- A reference to a com.esri.arcgis.system.IJobMessage (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IJobMessage pMsg) throws java.io.IOException, AutomationException
index
- The index (in)pMsg
- A reference to a com.esri.arcgis.system.IJobMessage (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.