com.esri.arcgis.server
Class ServerObjectConfigurationInfo

java.lang.Object
  extended by com.esri.arcgis.server.ServerObjectConfigurationInfo
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IServerObjectConfigurationInfo, IServerObjectConfigurationInfo2, java.io.Serializable

public class ServerObjectConfigurationInfo
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IServerObjectConfigurationInfo, IServerObjectConfigurationInfo2

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 =

See Also:
Serialized Form

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

ServerObjectConfigurationInfo

public ServerObjectConfigurationInfo(java.lang.Object obj)
                              throws java.io.IOException
Construct a ServerObjectConfigurationInfo using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ServerObjectConfigurationInfo.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems ServerObjectConfigurationInfo theServerObjectConfigurationInfo = (ServerObjectConfigurationInfo) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ServerObjectConfigurationInfo.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the server object configuration.

Specified by:
getName in interface IServerObjectConfigurationInfo
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypeName

public java.lang.String getTypeName()
                             throws java.io.IOException,
                                    AutomationException
Type of the server object configuration (MapServer or GeocodeServer).

Specified by:
getTypeName in interface IServerObjectConfigurationInfo
Returns:
The typeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the server object configuration.

Specified by:
getDescription in interface IServerObjectConfigurationInfo
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPooled

public boolean isPooled()
                 throws java.io.IOException,
                        AutomationException
Indicates whether the server objects defined by this configuration are pooled.

Specified by:
isPooled in interface IServerObjectConfigurationInfo
Returns:
The isPooled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensions

public IEnumBSTR getExtensions()
                        throws java.io.IOException,
                               AutomationException
An array of the registered server object extensions for a given configuration.

Specified by:
getExtensions in interface IServerObjectConfigurationInfo2
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInfo

public IPropertySet getInfo()
                     throws java.io.IOException,
                            AutomationException
Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

Specified by:
getInfo in interface IServerObjectConfigurationInfo2
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionInfo

public IPropertySet getExtensionInfo(java.lang.String name)
                              throws java.io.IOException,
                                     AutomationException
The extension-dependent info for the server object configuration.

Specified by:
getExtensionInfo in interface IServerObjectConfigurationInfo2
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.