com.esri.arcgis.server
Interface IServerMachine3

All Superinterfaces:
IServerMachine, IServerMachine2, java.io.Serializable
All Known Implementing Classes:
IServerMachine3Proxy, ServerMachine

public interface IServerMachine3
extends IServerMachine2, java.io.Serializable

COM Interface 'IServerMachine3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties of a server host machine for administrators.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc0445f7e_124c_487d_a364_6506e3574865
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 java.lang.String getAdminURL()
          The admin URL of the server machine.
 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.
 void setAdminURL(java.lang.String pUrl)
          The admin URL of the server machine.
 void setPlatform(java.lang.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
 

Field Detail

IIDc0445f7e_124c_487d_a364_6506e3574865

static final int IIDc0445f7e_124c_487d_a364_6506e3574865
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAdminURL

java.lang.String getAdminURL()
                             throws java.io.IOException,
                                    AutomationException
The admin URL of the server machine.

Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdminURL

void setAdminURL(java.lang.String pUrl)
                 throws java.io.IOException,
                        AutomationException
The admin URL of the server machine.

Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlatform

java.lang.String getPlatform()
                             throws java.io.IOException,
                                    AutomationException
The platform of the server machine.

Returns:
The pPlatform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlatform

void setPlatform(java.lang.String pPlatform)
                 throws java.io.IOException,
                        AutomationException
The platform of the server machine.

Parameters:
pPlatform - The pPlatform (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPortCount

int getPortCount()
                 throws java.io.IOException,
                        AutomationException
The total count of ports.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPortNames

IEnumBSTR getPortNames()
                       throws java.io.IOException,
                              AutomationException
The port names.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPortNumber

int getPortNumber(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
The port number of a port.

Parameters:
name - The name (in)
Returns:
The pNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.