com.esri.arcgis.server
Interface IServerMachineStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerMachineStatusProxy, ServerMachineStatus

public interface IServerMachineStatus
extends java.io.Serializable

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

Description: 'Provides access to the properties of the status of a specific SOC machine.' 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 IID67e836a4_01f1_450c_97be_21ab9a3f3c11
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getInstanceCount(int access)
          The number of server object instances currently running in this SOC machine.
 int getInstanceInUseCount(int access)
          The number of currently running server object instances in use by clients of this SOC machine.
 boolean isEnabled()
          Indicates if machine is connected and can be used by server(true) or not(false).
 

Field Detail

IID67e836a4_01f1_450c_97be_21ab9a3f3c11

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

getInstanceCount

int getInstanceCount(int access)
                     throws java.io.IOException,
                            AutomationException
The number of server object instances currently running in this SOC machine.

Parameters:
access - A com.esri.arcgis.server.esriAccessLevel constant (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInstanceInUseCount

int getInstanceInUseCount(int access)
                          throws java.io.IOException,
                                 AutomationException
The number of currently running server object instances in use by clients of this SOC machine.

Parameters:
access - A com.esri.arcgis.server.esriAccessLevel constant (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnabled

boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates if machine is connected and can be used by server(true) or not(false).

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