com.esri.arcgis.server
Interface IGISServers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGISServersProxy

public interface IGISServers
extends java.io.Serializable

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

IID20dae966_d7da_41e9_9334_d9d8ab7ab83e

static final int IID20dae966_d7da_41e9_9334_d9d8ab7ab83e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Gets the number of IGISServer objects in the collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

IGISServer getElement(int index)
                      throws java.io.IOException,
                             AutomationException
Returns the IGISServer at the specified index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.server.IGISServer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes the IGISServer at the specified index.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all of the IGISServer objects in the collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IGISServer server)
         throws java.io.IOException,
                AutomationException
Adds an IGISServer object to the end of the collection.

Parameters:
server - A reference to a com.esri.arcgis.server.IGISServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IGISServer server)
            throws java.io.IOException,
                   AutomationException
Inserts an IGISServer into the collection at the specified index.

Parameters:
index - The index (in)
server - A reference to a com.esri.arcgis.server.IGISServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.