|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGISServers
Provides access to members that manage the collection of IGISServer objects.
Method Summary | |
---|---|
void |
add(IGISServer server)
Adds an IGISServer object to the end of the collection. |
int |
getCount()
Gets the number of IGISServer objects in the collection. |
IGISServer |
getElement(int index)
Returns the IGISServer at the specified index. |
void |
insert(int index,
IGISServer server)
Inserts an IGISServer into the collection at the specified index. |
void |
remove(int index)
Removes the IGISServer at the specified index. |
void |
removeAll()
Removes all of the IGISServer objects in the collection. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGISServer 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 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 add(IGISServer server) throws IOException, AutomationException
server
- A reference to a com.esri.arcgis.server.IGISServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGISServer server) throws IOException, AutomationException
index
- The index (in)server
- A reference to a com.esri.arcgis.server.IGISServer (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 |