|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerMachine
public class ServerMachine
COM Class 'ServerMachine'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerMachine object which provides information about the ServerMachine.' 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.IServerMachine3 |
|---|
IID, IIDc0445f7e_124c_487d_a364_6506e3574865, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServerMachine2 |
|---|
IID7cdddb35_6819_41f6_b2c3_8197f95f65b0 |
| Fields inherited from interface com.esri.arcgis.server.IServerMachine |
|---|
IID2dbbd5d1_193f_4cb0_893f_98dfffdadf1f |
| Constructor Summary | |
|---|---|
ServerMachine(java.lang.Object obj)
Construct a ServerMachine 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 |
java.lang.String |
getAdminURL()
The admin URL of the server machine. |
int |
getCapacity()
The number of desired concurrently available configurations (the capacity) of the ArcGIS Server. |
java.lang.String |
getDescription()
The description of the host machine. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the machine that can host server objects for the GIS server. |
java.lang.String |
getPlatform()
The platform of the server machine. |
int |
getPortCount()
The total count of ports. |
IEnumBSTR |
getPortNames()
The port names. |
int |
getPortNumber(java.lang.String name)
The port number of a port. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ServerMachine. |
void |
setAdminURL(java.lang.String pUrl)
The admin URL of the server machine. |
void |
setCapacity(int val)
The number of desired concurrently available configurations (the capacity) of the ArcGIS Server. |
void |
setDescription(java.lang.String desc)
The description of the host machine. |
void |
setName(java.lang.String name)
The name of the machine that can host server objects for the GIS server. |
void |
setPlatform(java.lang.String pPlatform)
The platform of the server machine. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerMachine(java.lang.Object obj)
throws java.io.IOException
obj to ServerMachine. *
ServerMachine o = (ServerMachine)obj; // will not work
ServerMachine o = new ServerMachine(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
ServerMachine theServerMachine = (ServerMachine) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IServerMachinejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IServerMachinename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IServerMachinejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String desc)
throws java.io.IOException,
AutomationException
setDescription in interface IServerMachinedesc - The desc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCapacity()
throws java.io.IOException,
AutomationException
getCapacity in interface IServerMachine2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCapacity(int val)
throws java.io.IOException,
AutomationException
setCapacity in interface IServerMachine2val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAdminURL()
throws java.io.IOException,
AutomationException
getAdminURL in interface IServerMachine3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAdminURL(java.lang.String pUrl)
throws java.io.IOException,
AutomationException
setAdminURL in interface IServerMachine3pUrl - The pUrl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPlatform()
throws java.io.IOException,
AutomationException
getPlatform in interface IServerMachine3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlatform(java.lang.String pPlatform)
throws java.io.IOException,
AutomationException
setPlatform in interface IServerMachine3pPlatform - The pPlatform (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPortCount()
throws java.io.IOException,
AutomationException
getPortCount in interface IServerMachine3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR getPortNames()
throws java.io.IOException,
AutomationException
getPortNames in interface IServerMachine3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPortNumber(java.lang.String name)
throws java.io.IOException,
AutomationException
getPortNumber in interface IServerMachine3name - The name (in)
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 | ||||||||