com.esri.arcgis.server
Interface IServerMachine2

All Superinterfaces:
IServerMachine, java.io.Serializable
All Known Subinterfaces:
IServerMachine3
All Known Implementing Classes:
IServerMachine2Proxy, IServerMachine3Proxy, ServerMachine

public interface IServerMachine2
extends IServerMachine, java.io.Serializable

COM Interface 'IServerMachine2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties of a server host machine for administrators.' 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 IID7cdddb35_6819_41f6_b2c3_8197f95f65b0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerMachine
IID2dbbd5d1_193f_4cb0_893f_98dfffdadf1f
 
Method Summary
 int getCapacity()
          The number of desired concurrently available configurations (the capacity) of the ArcGIS Server.
 void setCapacity(int val)
          The number of desired concurrently available configurations (the capacity) of the ArcGIS Server.
 
Methods inherited from interface com.esri.arcgis.server.IServerMachine
getDescription, getName, setDescription, setName
 

Field Detail

IID7cdddb35_6819_41f6_b2c3_8197f95f65b0

static final int IID7cdddb35_6819_41f6_b2c3_8197f95f65b0
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

getCapacity

int getCapacity()
                throws java.io.IOException,
                       AutomationException
The number of desired concurrently available configurations (the capacity) of the ArcGIS Server.

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

setCapacity

void setCapacity(int val)
                 throws java.io.IOException,
                        AutomationException
The number of desired concurrently available configurations (the capacity) of the ArcGIS Server.

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