com.esri.arcgis.server
Class IServerMachine3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerMachineProxy
          extended by com.esri.arcgis.server.IServerMachine2Proxy
              extended by com.esri.arcgis.server.IServerMachine3Proxy
All Implemented Interfaces:
IServerMachine, IServerMachine2, IServerMachine3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IServerMachine3Proxy
extends IServerMachine2Proxy
implements IServerMachine3, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.server.IServerMachine3
IID, IIDc0445f7e_124c_487d_a364_6506e3574865
 
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
  IServerMachine3Proxy()
          Deprecated. For internal use only
  IServerMachine3Proxy(java.lang.Object obj)
          Deprecated.  
protected IServerMachine3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IServerMachine3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IServerMachine3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getAdminURL()
          Deprecated. The admin URL of the server machine.
 java.lang.String getPlatform()
          Deprecated. The platform of the server machine.
 int getPortCount()
          Deprecated. The total count of ports.
 IEnumBSTR getPortNames()
          Deprecated. The port names.
 int getPortNumber(java.lang.String name)
          Deprecated. The port number of a port.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAdminURL(java.lang.String pUrl)
          Deprecated. The admin URL of the server machine.
 void setPlatform(java.lang.String pPlatform)
          Deprecated. The platform of the server machine.
 
Methods inherited from class com.esri.arcgis.server.IServerMachine2Proxy
getCapacity, setCapacity
 
Methods inherited from class com.esri.arcgis.server.IServerMachineProxy
getDescription, getName, setDescription, setName
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IServerMachine3Proxy

public IServerMachine3Proxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IServerMachine3Proxy

public IServerMachine3Proxy()
Deprecated. 
For internal use only


IServerMachine3Proxy

public IServerMachine3Proxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerMachine3Proxy

protected IServerMachine3Proxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerMachine3Proxy

protected IServerMachine3Proxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IServerMachine2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IServerMachine2Proxy
Throws:
java.io.IOException

getAdminURL

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

Specified by:
getAdminURL in interface IServerMachine3
Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdminURL

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

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

getPlatform

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

Specified by:
getPlatform in interface IServerMachine3
Returns:
The pPlatform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlatform

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

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

getPortCount

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

Specified by:
getPortCount in interface IServerMachine3
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPortNames

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

Specified by:
getPortNames in interface IServerMachine3
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

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

Specified by:
getPortNumber in interface IServerMachine3
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.