|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerMachine3
Provides access to properties of a server host machine for administrators.
| Method Summary | |
|---|---|
String |
getAdminURL()
The admin URL of the server machine. |
String |
getPlatform()
The platform of the server machine. |
int |
getPortCount()
The total count of ports. |
IEnumBSTR |
getPortNames()
The port names. |
int |
getPortNumber(String name)
The port number of a port. |
void |
setAdminURL(String pUrl)
The admin URL of the server machine. |
void |
setPlatform(String pPlatform)
The platform of the server machine. |
| Methods inherited from interface com.esri.arcgis.server.IServerMachine2 |
|---|
getCapacity, setCapacity |
| Methods inherited from interface com.esri.arcgis.server.IServerMachine |
|---|
getDescription, getName, setDescription, setName |
| Method Detail |
|---|
String getAdminURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdminURL(String pUrl)
throws IOException,
AutomationException
pUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPlatform()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPlatform(String pPlatform)
throws IOException,
AutomationException
pPlatform - The pPlatform (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPortCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getPortNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPortNumber(String name)
throws IOException,
AutomationException
name - The name (in)
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 | ||||||||