com.esri.arcgis.server
Interface IServerEnvironmentImpl

All Superinterfaces:
Serializable
All Known Subinterfaces:
IServerEnvironmentImpl2

public interface IServerEnvironmentImpl
extends Serializable

Product Availability

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


Method Summary
 IJobCatalog getJobCatalog()
          getJobCatalog
 IJobRegistry getJobRegistry()
          getJobRegistry
 IServerJobManager getServerJobManager()
          getServerJobManager
 IServerObjectAdmin getServerObjectAdmin()
          getServerObjectAdmin
 String getStorageConnectionString()
          getStorageConnectionString
 void setCurrentJobID(String rhs1)
          setCurrentJobID
 void setIsAdmin(boolean rhs1)
          setIsAdmin
 

Method Detail

setCurrentJobID

void setCurrentJobID(String rhs1)
                     throws IOException,
                            AutomationException
setCurrentJobID

Product Availability

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

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

setIsAdmin

void setIsAdmin(boolean rhs1)
                throws IOException,
                       AutomationException
setIsAdmin

Product Availability

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

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

getJobCatalog

IJobCatalog getJobCatalog()
                          throws IOException,
                                 AutomationException
getJobCatalog

Product Availability

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

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

getServerJobManager

IServerJobManager getServerJobManager()
                                      throws IOException,
                                             AutomationException
getServerJobManager

Product Availability

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

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

getServerObjectAdmin

IServerObjectAdmin getServerObjectAdmin()
                                        throws IOException,
                                               AutomationException
getServerObjectAdmin

Product Availability

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

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

getJobRegistry

IJobRegistry getJobRegistry()
                            throws IOException,
                                   AutomationException
getJobRegistry

Product Availability

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

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

getStorageConnectionString

String getStorageConnectionString()
                                  throws IOException,
                                         AutomationException
getStorageConnectionString

Product Availability

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

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