|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerP
public class ServerP
Private Server
| Constructor Summary | |
|---|---|
ServerP()
Constructs a ServerP using ArcGIS Engine. |
|
ServerP(Object obj)
Construct a ServerP using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IServerObjectAdmin |
getServerObjectAdmin()
Gets the server object admin for the connected GIS server. |
IServerObjectManager |
getServerObjectManager()
Gets the server object manager for the connected GIS server. |
int |
hashCode()
the hashcode for this object |
void |
initPrivateServer(String dir)
Initializes Private Server. |
void |
initPrivateServerEx(String serverDir,
String logDir)
Initializes Private Server. |
| 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 ServerP()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ServerP(Object obj)
throws IOException
obj to ServerP.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ServerP theServerP = (ServerP) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IServerObjectManager getServerObjectManager()
throws IOException,
AutomationException
getServerObjectManager in interface IServerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerObjectAdmin getServerObjectAdmin()
throws IOException,
AutomationException
getServerObjectAdmin in interface IServerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initPrivateServer(String dir)
throws IOException,
AutomationException
initPrivateServer in interface IServerInitdir - The dir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initPrivateServerEx(String serverDir,
String logDir)
throws IOException,
AutomationException
initPrivateServerEx in interface IServerInit2serverDir - The serverDir (in)logDir - The logDir (in)
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 | ||||||||