|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerMachineStatus
Provides access to the properties of the status of a specific SOC machine.
The IServerMachineStatus interface is returned by the GetMachineStatus method of the IServerStatus interface and provides information about the number of server object instances running and in use on the machine specified as an argument to the GetMachineStatus method.
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). |
Method Detail |
---|
int getInstanceCount(int access) throws IOException, AutomationException
access
- A com.esri.arcgis.server.esriAccessLevel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInstanceInUseCount(int access) throws IOException, AutomationException
access
- A com.esri.arcgis.server.esriAccessLevel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnabled() throws IOException, AutomationException
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 |