|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobMessages
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 |
|---|
static final int IID08125e66_7bf8_4618_87f2_77d9e364f35a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||