public interface IJobRegistry
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe65c015e_e176_4419_96bf_4c0e45b3db7d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe65c015e_e176_4419_96bf_4c0e45b3db7d
static final int xxDummy
static final java.lang.String IID
void init(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void registerJob(java.lang.String jobID, java.lang.String jobDir) throws java.io.IOException, AutomationException
jobID
- The jobID (in)jobDir
- The jobDir (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void unregisterJob(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getJobDirectory(java.lang.String jobID) throws java.io.IOException, AutomationException
jobID
- The jobID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.