|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerStatus
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 |
|---|
static final int IIDde94c160_5101_49a4_bab4_6893745f01ce
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getInstanceCount(int access)
throws java.io.IOException,
AutomationException
access - A com.esri.arcgis.server.esriAccessLevel constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getInstanceInUseCount(int access)
throws java.io.IOException,
AutomationException
access - A com.esri.arcgis.server.esriAccessLevel constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name,
java.lang.String typeName)
throws java.io.IOException,
AutomationException
name - The name (in)typeName - The typeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerMachineStatus getMachineStatus(java.lang.String machine)
throws java.io.IOException,
AutomationException
machine - The machine (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.util.Date getStartTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnabled()
throws java.io.IOException,
AutomationException
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 | ||||||||