com.esri.arcgis.server
Class IServerObjectAdminProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectAdminProxy
All Implemented Interfaces:
IServerObjectAdmin, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IServerObjectAdmin2Proxy

public class IServerObjectAdminProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerObjectAdmin, java.io.Serializable

Internal use class Proxy for COM Interface 'IServerObjectAdmin'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that administer the ArcGIS server.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IServerObjectAdmin
IID, IID01f6db39_6458_4c12_bcc7_30f1021075e2
 
Constructor Summary
  IServerObjectAdminProxy()
          For internal use only
  IServerObjectAdminProxy(java.lang.Object obj)
           
protected IServerObjectAdminProxy(java.lang.Object obj, java.lang.String iid)
           
  IServerObjectAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServerObjectAdminProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addConfiguration(IServerObjectConfiguration config)
          Adds a server object configuration (created with CreateConfiguration) to the GIS server.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void addMachine(IServerMachine machine)
          Adds a host machine (created with CreateMachine) to the GIS server.
 void addServerDirectory(IServerDirectory pSD)
          Adds a server directory (created with CreateServerDirectory) to the GIS server.
 IServerObjectConfiguration createConfiguration()
          Creates a new server object configuration.
 IServerMachine createMachine()
          Creates a new host machine.
 IServerDirectory createServerDirectory()
          Creates a new server directory.
 void deleteConfiguration(java.lang.String name, java.lang.String typeName)
          Deletes a server object configuration from the GIS server.
 void deleteMachine(java.lang.String machineName)
          Deletes a host machine from the GIS server, making it unavailable to host server objects.
 void deleteServerDirectory(java.lang.String path)
          Deletes a server directory such that its cleanup is no longer managed by the GIS server.
 IServerObjectConfiguration getConfiguration(java.lang.String name, java.lang.String typeName)
          Get the server object configuration with the specified Name and TypeName.
 IEnumServerObjectConfiguration getConfigurations()
          An enumerator over all the server object configurations.
 IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name, java.lang.String typeName)
          Get the configuration status for a server object configuration with the specified Name and TypeName.
 IServerMachine getMachine(java.lang.String name)
          Get the host machine with the specified Name.
 IEnumServerMachine getMachines()
          An enumerator over all the GIS server's host machines.
 IPropertySet getProperties()
          The properties for the GIS server.
 IEnumServerDirectory getServerDirectories()
          An enumerator over the GIS server's output directories.
 IServerDirectory getServerDirectory(java.lang.String path)
          Get the server directory with the specified Path.
 IEnumServerObjectType getTypes()
          An enumerator over all the server object types.
 void pauseConfiguration(java.lang.String name, java.lang.String typeName)
          Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setProperties(IPropertySet props)
          The properties for the GIS server.
 void startConfiguration(java.lang.String name, java.lang.String typeName)
          Starts a server object configuration and makes it available to clients for processing requests.
 void stopConfiguration(java.lang.String name, java.lang.String typeName)
          Stops a server object configuration and shuts down any running instances of server objects defined by the configuration.
 void updateConfiguration(IServerObjectConfiguration config)
          Updates the properties of a server object configuration.
 void updateMachine(IServerMachine machine)
          Updates the properties of a host machine.
 void updateServerDirectory(IServerDirectory pSD)
          Updates the properties of a server directory.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IServerObjectAdminProxy

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

IServerObjectAdminProxy

public IServerObjectAdminProxy()
For internal use only


IServerObjectAdminProxy

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

IServerObjectAdminProxy

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

IServerObjectAdminProxy

protected IServerObjectAdminProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
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
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

createServerDirectory

public IServerDirectory createServerDirectory()
                                       throws java.io.IOException,
                                              AutomationException
Creates a new server directory.

Specified by:
createServerDirectory in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IServerDirectory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addServerDirectory

public void addServerDirectory(IServerDirectory pSD)
                        throws java.io.IOException,
                               AutomationException
Adds a server directory (created with CreateServerDirectory) to the GIS server.

Specified by:
addServerDirectory in interface IServerObjectAdmin
Parameters:
pSD - A reference to a com.esri.arcgis.server.IServerDirectory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateServerDirectory

public void updateServerDirectory(IServerDirectory pSD)
                           throws java.io.IOException,
                                  AutomationException
Updates the properties of a server directory.

Specified by:
updateServerDirectory in interface IServerObjectAdmin
Parameters:
pSD - A reference to a com.esri.arcgis.server.IServerDirectory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteServerDirectory

public void deleteServerDirectory(java.lang.String path)
                           throws java.io.IOException,
                                  AutomationException
Deletes a server directory such that its cleanup is no longer managed by the GIS server. It does not delete the physical directory from disk.

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

getServerDirectory

public IServerDirectory getServerDirectory(java.lang.String path)
                                    throws java.io.IOException,
                                           AutomationException
Get the server directory with the specified Path.

Specified by:
getServerDirectory in interface IServerObjectAdmin
Parameters:
path - The path (in)
Returns:
A reference to a com.esri.arcgis.server.IServerDirectory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerDirectories

public IEnumServerDirectory getServerDirectories()
                                          throws java.io.IOException,
                                                 AutomationException
An enumerator over the GIS server's output directories.

Specified by:
getServerDirectories in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IEnumServerDirectory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createConfiguration

public IServerObjectConfiguration createConfiguration()
                                               throws java.io.IOException,
                                                      AutomationException
Creates a new server object configuration.

Specified by:
createConfiguration in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IServerObjectConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addConfiguration

public void addConfiguration(IServerObjectConfiguration config)
                      throws java.io.IOException,
                             AutomationException
Adds a server object configuration (created with CreateConfiguration) to the GIS server.

Specified by:
addConfiguration in interface IServerObjectAdmin
Parameters:
config - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfiguration

public IServerObjectConfiguration getConfiguration(java.lang.String name,
                                                   java.lang.String typeName)
                                            throws java.io.IOException,
                                                   AutomationException
Get the server object configuration with the specified Name and TypeName.

Specified by:
getConfiguration in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateConfiguration

public void updateConfiguration(IServerObjectConfiguration config)
                         throws java.io.IOException,
                                AutomationException
Updates the properties of a server object configuration.

Specified by:
updateConfiguration in interface IServerObjectAdmin
Parameters:
config - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteConfiguration

public void deleteConfiguration(java.lang.String name,
                                java.lang.String typeName)
                         throws java.io.IOException,
                                AutomationException
Deletes a server object configuration from the GIS server.

Specified by:
deleteConfiguration in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurations

public IEnumServerObjectConfiguration getConfigurations()
                                                 throws java.io.IOException,
                                                        AutomationException
An enumerator over all the server object configurations.

Specified by:
getConfigurations in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IEnumServerObjectConfiguration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationStatus

public IServerObjectConfigurationStatus getConfigurationStatus(java.lang.String name,
                                                               java.lang.String typeName)
                                                        throws java.io.IOException,
                                                               AutomationException
Get the configuration status for a server object configuration with the specified Name and TypeName.

Specified by:
getConfigurationStatus in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectConfigurationStatus
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypes

public IEnumServerObjectType getTypes()
                               throws java.io.IOException,
                                      AutomationException
An enumerator over all the server object types.

Specified by:
getTypes in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IEnumServerObjectType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startConfiguration

public void startConfiguration(java.lang.String name,
                               java.lang.String typeName)
                        throws java.io.IOException,
                               AutomationException
Starts a server object configuration and makes it available to clients for processing requests.

Specified by:
startConfiguration in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopConfiguration

public void stopConfiguration(java.lang.String name,
                              java.lang.String typeName)
                       throws java.io.IOException,
                              AutomationException
Stops a server object configuration and shuts down any running instances of server objects defined by the configuration.

Specified by:
stopConfiguration in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pauseConfiguration

public void pauseConfiguration(java.lang.String name,
                               java.lang.String typeName)
                        throws java.io.IOException,
                               AutomationException
Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.

Specified by:
pauseConfiguration in interface IServerObjectAdmin
Parameters:
name - The name (in)
typeName - The typeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createMachine

public IServerMachine createMachine()
                             throws java.io.IOException,
                                    AutomationException
Creates a new host machine.

Specified by:
createMachine in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IServerMachine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMachine

public void addMachine(IServerMachine machine)
                throws java.io.IOException,
                       AutomationException
Adds a host machine (created with CreateMachine) to the GIS server.

Specified by:
addMachine in interface IServerObjectAdmin
Parameters:
machine - A reference to a com.esri.arcgis.server.IServerMachine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMachines

public IEnumServerMachine getMachines()
                               throws java.io.IOException,
                                      AutomationException
An enumerator over all the GIS server's host machines.

Specified by:
getMachines in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.server.IEnumServerMachine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteMachine

public void deleteMachine(java.lang.String machineName)
                   throws java.io.IOException,
                          AutomationException
Deletes a host machine from the GIS server, making it unavailable to host server objects.

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

getMachine

public IServerMachine getMachine(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
Get the host machine with the specified Name.

Specified by:
getMachine in interface IServerObjectAdmin
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.server.IServerMachine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateMachine

public void updateMachine(IServerMachine machine)
                   throws java.io.IOException,
                          AutomationException
Updates the properties of a host machine.

Specified by:
updateMachine in interface IServerObjectAdmin
Parameters:
machine - A reference to a com.esri.arcgis.server.IServerMachine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
The properties for the GIS server.

Specified by:
getProperties in interface IServerObjectAdmin
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

public void setProperties(IPropertySet props)
                   throws java.io.IOException,
                          AutomationException
The properties for the GIS server.

Specified by:
setProperties in interface IServerObjectAdmin
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.