|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 Object
public int hashCode()
hashCode
in class Object
public IServerObjectManager getServerObjectManager() throws IOException, AutomationException
getServerObjectManager
in interface IServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServerObjectAdmin getServerObjectAdmin() throws IOException, AutomationException
getServerObjectAdmin
in interface IServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initPrivateServer(String dir) throws IOException, AutomationException
initPrivateServer
in interface IServerInit
dir
- 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 IServerInit2
serverDir
- 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 |