|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumArcWebDataSourceInfo
Provides access to members that enumerate the ArcWebDataSourceInfo information.
| Method Summary | |
|---|---|
void |
add(IArcWebDataSourceInfo dataSourceInfo)
Adds an ArcWebDataSourceInfo to the enumerator. |
IArcWebDataSourceInfo |
find(String dataSourceName)
Finds an ArcWebDataSourceInfo given the data source name. |
IArcWebDataSourceInfo |
next()
Retrieves the next IArcWebDataSourceInfo in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| Method Detail |
|---|
void add(IArcWebDataSourceInfo dataSourceInfo)
throws IOException,
AutomationException
dataSourceInfo - A reference to a com.esri.arcgis.arcweb.IArcWebDataSourceInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebDataSourceInfo find(String dataSourceName)
throws IOException,
AutomationException
dataSourceName - The dataSourceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebDataSourceInfo next()
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 | ||||||||