com.esri.arcgis.server
Interface IServerMachineInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IServerMachineInfoProxy, ServerMachineStatus
public interface IServerMachineInfo
- extends Serializable
Provides information about specific Server Machine.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getNumberOfProcessors
int getNumberOfProcessors()
throws IOException,
AutomationException
- Number of processors.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pVal
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.