|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.Server
public class Server
COM Class 'Server'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The Server object for connecting to the GIS server and getting the ServerObjectManager and ServerObjectAdmin.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.server.IServer2 |
|---|
IID, IID0741d66c_c157_4b4d_af5e_c74c68ba8386, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServer |
|---|
IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9 |
| Constructor Summary | |
|---|---|
Server()
Constructs a Server using ArcGIS Engine. |
|
Server(java.lang.Object obj)
Construct a Server using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IServerObjectAdmin |
getServerObjectAdmin()
Gets the server object admin for the connected GIS server. |
IServerObjectManager |
getServerObjectManager()
Gets the server object manager for the connected GIS server. |
IServerObjectManager |
getServerObjectManager2(java.lang.String userInfo)
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Server()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public Server(java.lang.Object obj)
throws java.io.IOException
obj to Server.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
Server theServer = (Server) obj;| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IServerObjectManager getServerObjectManager()
throws java.io.IOException,
AutomationException
getServerObjectManager in interface IServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerObjectAdmin getServerObjectAdmin()
throws java.io.IOException,
AutomationException
getServerObjectAdmin in interface IServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerObjectManager getServerObjectManager2(java.lang.String userInfo)
throws java.io.IOException,
AutomationException
getServerObjectManager2 in interface IServer2userInfo - The userInfo (in)
java.io.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 | ||||||||