|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerEnvironment
Provides access to Server configuration information.
The methods of IServerEnvironment allow access to the ILog interface and the PropertySet of server configuration properties.
This interface is primarily used when developing server object extensions. It permits access to an ILog interface which provides a conduit to log messages. It also retrieves the server properties as an IPropertySet interface. This PropertySet can be used to determine various properties, for example, output and input operating system paths, that might be useful to a server object extension programmer.
Use this interface to retrieve the server properties and write access to the server logs.
Method Summary | |
---|---|
String |
getCurrentJobID()
Retrieves current job ID. |
String |
getJobDirectory(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. |
Method Detail |
---|
ILog getLog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobTracker getJobTracker() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJobDirectory(String jobID) throws IOException, AutomationException
jobID
- The jobID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCurrentJobID() throws IOException, AutomationException
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 |