com.esri.arcgis.server
Interface IServerStatus

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

public interface IServerStatus
extends java.io.Serializable

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

Description: 'Provides access to the properties of the status of the ArcGIS Server.' 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 IIDde94c160_5101_49a4_bab4_6893745f01ce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name, java.lang.String typeName)
          Gets the configuration status for the server object configuration with the specified Name and TypeName.
 int getInstanceCount(int access)
          The number of server object instances currently running in the ArcGIS server.
 int getInstanceInUseCount(int access)
          The number of currently running server object instances in use by clients of the ArcGIS server.
 IServerMachineStatus getMachineStatus(java.lang.String machine)
          Gets the status for an ArcGIS Server host machine.
 java.util.Date getStartTime()
          The time that the server was started.
 boolean isEnabled()
          Indicates if the server is started and enabled(true) or not(false).
 

Field Detail

IIDde94c160_5101_49a4_bab4_6893745f01ce

static final int IIDde94c160_5101_49a4_bab4_6893745f01ce
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 the ArcGIS server.

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 the ArcGIS server.

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.

getConfigurationStatus

IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name,
                                                        java.lang.String typeName)
                                                        throws java.io.IOException,
                                                               AutomationException
Gets the configuration status for the server object configuration with the specified Name and TypeName.

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

getMachineStatus

IServerMachineStatus getMachineStatus(java.lang.String machine)
                                      throws java.io.IOException,
                                             AutomationException
Gets the status for an ArcGIS Server host machine.

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

getStartTime

java.util.Date getStartTime()
                            throws java.io.IOException,
                                   AutomationException
The time that the server was started.

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 the server is started and enabled(true) or not(false).

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