com.esri.arcgis.system
Interface IJobRegistry

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

public interface IJobRegistry
extends java.io.Serializable

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

Description: 'Provides access to methods that control a Jobs Registry.' 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 IIDe65c015e_e176_4419_96bf_4c0e45b3db7d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getJobDirectory(java.lang.String jobID)
          Returns path to job's directory.
 void init(java.lang.String path)
          Initializes the jobs registry.
 void registerJob(java.lang.String jobID, java.lang.String jobDir)
          Registers job.
 void unregisterJob(java.lang.String jobID)
          Unregisters job.
 

Field Detail

IIDe65c015e_e176_4419_96bf_4c0e45b3db7d

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

init

void init(java.lang.String path)
          throws java.io.IOException,
                 AutomationException
Initializes the jobs registry.

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

registerJob

void registerJob(java.lang.String jobID,
                 java.lang.String jobDir)
                 throws java.io.IOException,
                        AutomationException
Registers job.

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

unregisterJob

void unregisterJob(java.lang.String jobID)
                   throws java.io.IOException,
                          AutomationException
Unregisters job.

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

getJobDirectory

java.lang.String getJobDirectory(java.lang.String jobID)
                                 throws java.io.IOException,
                                        AutomationException
Returns path to job's directory.

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