|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerObjectConfigurationInfo
public class ServerObjectConfigurationInfo
COM Class 'ServerObjectConfigurationInfo'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerObjectConfigurationInfo object which provides information about server object configurations to users without administrative privileges to the GIS server.' 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.IServerObjectConfigurationInfo2 |
|---|
IID, IID765ee3db_2a65_41ed_9619_482bbc48192d, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectConfigurationInfo |
|---|
IID6c7eec75_0d7d_4ec1_8b58_4d88f11fd4fa |
| Constructor Summary | |
|---|---|
ServerObjectConfigurationInfo(java.lang.Object obj)
Construct a ServerObjectConfigurationInfo 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 |
java.lang.String |
getDescription()
Description of the server object configuration. |
IPropertySet |
getExtensionInfo(java.lang.String name)
The extension-dependent info for the server object configuration. |
IEnumBSTR |
getExtensions()
An array of the registered server object extensions for a given configuration. |
IPropertySet |
getInfo()
Auxiliary Information for the server objects created by the server object configuration ?passive properties only. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the server object configuration. |
java.lang.String |
getTypeName()
Type of the server object configuration (MapServer or GeocodeServer). |
int |
hashCode()
the hashcode for this object |
boolean |
isPooled()
Indicates whether the server objects defined by this configuration are pooled. |
void |
release()
Release a ServerObjectConfigurationInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerObjectConfigurationInfo(java.lang.Object obj)
throws java.io.IOException
obj to ServerObjectConfigurationInfo. *
ServerObjectConfigurationInfo o = (ServerObjectConfigurationInfo)obj; // will not work
ServerObjectConfigurationInfo o = new ServerObjectConfigurationInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
ServerObjectConfigurationInfo theServerObjectConfigurationInfo = (ServerObjectConfigurationInfo) obj;| Method Detail |
|---|
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 java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IServerObjectConfigurationInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTypeName()
throws java.io.IOException,
AutomationException
getTypeName in interface IServerObjectConfigurationInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IServerObjectConfigurationInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPooled()
throws java.io.IOException,
AutomationException
isPooled in interface IServerObjectConfigurationInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumBSTR getExtensions()
throws java.io.IOException,
AutomationException
getExtensions in interface IServerObjectConfigurationInfo2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getInfo()
throws java.io.IOException,
AutomationException
getInfo in interface IServerObjectConfigurationInfo2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getExtensionInfo(java.lang.String name)
throws java.io.IOException,
AutomationException
getExtensionInfo in interface IServerObjectConfigurationInfo2name - The name (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 | ||||||||