|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobRegistry
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 |
|---|
static final int IIDe65c015e_e176_4419_96bf_4c0e45b3db7d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||