com.esri.arcgis.server
Interface IServerEnvironmentImpl2

All Superinterfaces:
IServerEnvironmentImpl, Serializable

public interface IServerEnvironmentImpl2
extends IServerEnvironmentImpl, Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

setLog

void setLog(ILog rhs1)
            throws IOException,
                   AutomationException
setLog

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setProperties

void setProperties(IPropertySet rhs1)
                   throws IOException,
                          AutomationException
setProperties

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setJobTracker

void setJobTracker(IJobTracker rhs1)
                   throws IOException,
                          AutomationException
setJobTracker

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setJobRegistry

void setJobRegistry(IJobRegistry rhs1)
                    throws IOException,
                           AutomationException
setJobRegistry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setServerJobManager

void setServerJobManager(IServerJobManager rhs1)
                         throws IOException,
                                AutomationException
setServerJobManager

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setServerObjectAdmin

void setServerObjectAdmin(IServerObjectAdmin rhs1)
                          throws IOException,
                                 AutomationException
setServerObjectAdmin

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setUserInfo

void setUserInfo(IServerUserInfo rhs1)
                 throws IOException,
                        AutomationException
setUserInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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