com.esri.arcgis.server
Interface IServerJobManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerJobManagerProxy

public interface IServerJobManager
extends java.io.Serializable

COM Interface 'IServerJobManager'. 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 IID66210bab_f71d_4ecc_8823_6bf8431a5bb4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void cancelJob(java.lang.String jobID)
          cancelJob
 boolean checkJob(java.lang.String jobID)
          checkJob
 void executeJob(java.lang.String cfgName, java.lang.String cfgType, java.lang.String jobID)
          executeJob
 

Field Detail

IID66210bab_f71d_4ecc_8823_6bf8431a5bb4

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

executeJob

void executeJob(java.lang.String cfgName,
                java.lang.String cfgType,
                java.lang.String jobID)
                throws java.io.IOException,
                       AutomationException
executeJob

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

checkJob

boolean checkJob(java.lang.String jobID)
                 throws java.io.IOException,
                        AutomationException
checkJob

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

cancelJob

void cancelJob(java.lang.String jobID)
               throws java.io.IOException,
                      AutomationException
cancelJob

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