|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGISServers
COM Interface 'IGISServers'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description: 'Provides access to members that manage the collection of IGISServer objects.' 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 |
IID20dae966_d7da_41e9_9334_d9d8ab7ab83e
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID20dae966_d7da_41e9_9334_d9d8ab7ab83e
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.
IGISServer 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 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.
void add(IGISServer server)
throws java.io.IOException,
AutomationException
server - A reference to a com.esri.arcgis.server.IGISServer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IGISServer server)
throws java.io.IOException,
AutomationException
index - The index (in)server - A reference to a com.esri.arcgis.server.IGISServer (in)
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 | ||||||||