|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceDescriptionArray
Provides access to members that control the contents of web services description array.
The IServiceDescriptionArray interface is intended only for use by the web service catalog template applications that are included as part of the Application Developer Framework for ArcGIS for Server. To learn more about these templates, refer to the ArcGIS for Server developer documentation.
Method Summary | |
---|---|
void |
add(IServiceDescription element)
Add an element to the array. |
int |
getCount()
The number of items in the array. |
IServiceDescription |
getElement(int index)
The Element at the specified index. |
void |
insert(int index,
IServiceDescription element)
Insert an element into the array. |
void |
remove(int index)
Remove an element from the array. |
void |
removeAll()
Remove all elements from the array. |
void |
setElement(int index,
IServiceDescription element)
The Element at the specified index. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IServiceDescription 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(IServiceDescription element) throws IOException, AutomationException
element
- A reference to a com.esri.arcgis.server.IServiceDescription (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.void insert(int index, IServiceDescription element) throws IOException, AutomationException
index
- The index (in)element
- A reference to a com.esri.arcgis.server.IServiceDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElement(int index, IServiceDescription element) throws IOException, AutomationException
index
- The index (in)element
- A reference to a com.esri.arcgis.server.IServiceDescription (in)
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 |