com.esri.arcgis.server
Interface IServerEnvironmentImpl2

All Superinterfaces:
IServerEnvironmentImpl, java.io.Serializable
All Known Implementing Classes:
IServerEnvironmentImpl2Proxy

public interface IServerEnvironmentImpl2
extends IServerEnvironmentImpl, java.io.Serializable

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

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 IIDe027774d_ca6e_430e_97c0_6f4b1c67cc82
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerEnvironmentImpl
IID73e0f44f_9e93_4309_a29b_2d6fdde36536
 
Method Summary
 void setJobRegistry(IJobRegistry rhs1)
          setJobRegistry
 void setJobTracker(IJobTracker rhs1)
          setJobTracker
 void setLog(ILog rhs1)
          setLog
 void setProperties(IPropertySet rhs1)
          setProperties
 void setServerJobManager(IServerJobManager rhs1)
          setServerJobManager
 void setServerObjectAdmin(IServerObjectAdmin rhs1)
          setServerObjectAdmin
 void setUserInfo(IServerUserInfo rhs1)
          setUserInfo
 
Methods inherited from interface com.esri.arcgis.server.IServerEnvironmentImpl
getJobCatalog, getJobRegistry, getServerJobManager, getServerObjectAdmin, getStorageConnectionString, setCurrentJobID, setIsAdmin
 

Field Detail

IIDe027774d_ca6e_430e_97c0_6f4b1c67cc82

static final int IIDe027774d_ca6e_430e_97c0_6f4b1c67cc82
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

setLog

void setLog(ILog rhs1)
            throws java.io.IOException,
                   AutomationException
setLog

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.ILog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

void setProperties(IPropertySet rhs1)
                   throws java.io.IOException,
                          AutomationException
setProperties

Parameters:
rhs1 - 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.

setJobTracker

void setJobTracker(IJobTracker rhs1)
                   throws java.io.IOException,
                          AutomationException
setJobTracker

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IJobTracker (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobRegistry

void setJobRegistry(IJobRegistry rhs1)
                    throws java.io.IOException,
                           AutomationException
setJobRegistry

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IJobRegistry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerJobManager

void setServerJobManager(IServerJobManager rhs1)
                         throws java.io.IOException,
                                AutomationException
setServerJobManager

Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IServerJobManager (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectAdmin

void setServerObjectAdmin(IServerObjectAdmin rhs1)
                          throws java.io.IOException,
                                 AutomationException
setServerObjectAdmin

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

setUserInfo

void setUserInfo(IServerUserInfo rhs1)
                 throws java.io.IOException,
                        AutomationException
setUserInfo

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IServerUserInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.