|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobMessages
Provides access to methods that control an array of job messages.
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. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobMessage getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IJobMessage pMsg) throws IOException, AutomationException
pMsg
- A reference to a com.esri.arcgis.system.IJobMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IJobMessage pMsg) throws IOException, AutomationException
index
- The index (in)pMsg
- A reference to a com.esri.arcgis.system.IJobMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
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 |