|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.server.ServerMachineStatus
public class ServerMachineStatus
COM Class 'ServerMachineStatus'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerMachineStatus object which reports the status of a server host 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 |
---|
Fields inherited from interface com.esri.arcgis.server.IServerMachineStatus |
---|
IID, IID67e836a4_01f1_450c_97be_21ab9a3f3c11, xxDummy |
Fields inherited from interface com.esri.arcgis.server.IServerMachineInfo |
---|
IID, IID76c3bba1_aacf_40a1_bdee_b3fa28840979, xxDummy |
Constructor Summary | |
---|---|
ServerMachineStatus(java.lang.Object obj)
Construct a ServerMachineStatus using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getNumberOfProcessors()
Number of processors. |
int |
hashCode()
the hashcode for this object |
boolean |
isEnabled()
Indicates if machine is connected and can be used by server(true) or not(false). |
void |
release()
Release a ServerMachineStatus. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerMachineStatus(java.lang.Object obj) throws java.io.IOException
obj
to ServerMachineStatus
. *
ServerMachineStatus o = (ServerMachineStatus)obj; // will not work
ServerMachineStatus o = new ServerMachineStatus(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ServerMachineStatus theServerMachineStatus = (ServerMachineStatus) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getInstanceCount(int access) throws java.io.IOException, AutomationException
getInstanceCount
in interface IServerMachineStatus
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.public int getInstanceInUseCount(int access) throws java.io.IOException, AutomationException
getInstanceInUseCount
in interface IServerMachineStatus
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.public boolean isEnabled() throws java.io.IOException, AutomationException
isEnabled
in interface IServerMachineStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumberOfProcessors() throws java.io.IOException, AutomationException
getNumberOfProcessors
in interface IServerMachineInfo
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 |