public interface IServerEnvironment
extends java.io.Serializable
Description: 'Provides access to Server configuration information.' 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 |
IID32d4c328_e473_4615_922c_63c108f55e60 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentJobID()
Retrieves current job ID.
|
java.lang.String |
getJobDirectory(java.lang.String jobID)
Retrieves job directory for given job.
|
IJobTracker |
getJobTracker()
Retrieves IJobTracker interface that provides access to members that track and control execution of jobs.
|
ILog |
getLog()
Retrieves an ILog interface that can be used to add logging messages.
|
IPropertySet |
getProperties()
Retrieves an IProperySet interface that provides access to the server configuration information.
|
static final int IID32d4c328_e473_4615_922c_63c108f55e60
static final int xxDummy
static final java.lang.String IID
ILog getLog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobTracker getJobTracker() throws java.io.IOException, AutomationException
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.java.lang.String getCurrentJobID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.