|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.server.SOMController
public class SOMController
The SOMController object which provides access to members that start and stop ArcGIS server.
Constructor Summary | |
---|---|
SOMController()
Constructs a SOMController using ArcGIS Engine. |
|
SOMController(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SOMController theSOMController = (SOMController) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
boolean |
isStarted()
Indicates if the server is started(true) or not(false). |
void |
start()
Starts the SOM. |
void |
stop()
Stops the SOM. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SOMController() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SOMController(Object obj) throws IOException
SOMController theSOMController = (SOMController) obj;
obj
to SOMController
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void start() throws IOException, AutomationException
start
in interface ISOMController
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws IOException, AutomationException
stop
in interface ISOMController
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStarted() throws IOException, AutomationException
isStarted
in interface ISOMController
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 |