|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISOMController
Provides access to members that start and stop ArcGIS server.
The SOMController class allows you to actually start and stop the GIS server. Use the methods on ISOMController to check to see if the server is running, and stop and start the server.
Method Summary | |
---|---|
boolean |
isStarted()
Indicates if the server is started(true) or not(false). |
void |
start()
Starts the SOM. |
void |
stop()
Stops the SOM. |
Method Detail |
---|
void start() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStarted() 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 |