com.esri.arcgis.server
Interface IServerJobManager

All Superinterfaces:
Serializable

public interface IServerJobManager
extends Serializable

Product Availability

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


Method Summary
 void cancelJob(String jobID)
          cancelJob
 boolean checkJob(String jobID)
          checkJob
 void executeJob(String cfgName, String cfgType, String jobID)
          executeJob
 

Method Detail

executeJob

void executeJob(String cfgName,
                String cfgType,
                String jobID)
                throws IOException,
                       AutomationException
executeJob

Product Availability

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

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

checkJob

boolean checkJob(String jobID)
                 throws IOException,
                        AutomationException
checkJob

Product Availability

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

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

cancelJob

void cancelJob(String jobID)
               throws IOException,
                      AutomationException
cancelJob

Product Availability

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

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