com.esri.arcgis.server
Class IServerObjectConfigurationInfo2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectConfigurationInfoProxy
          extended by com.esri.arcgis.server.IServerObjectConfigurationInfo2Proxy
All Implemented Interfaces:
IServerObjectConfigurationInfo, IServerObjectConfigurationInfo2, Externalizable, Serializable

public class IServerObjectConfigurationInfo2Proxy
extends IServerObjectConfigurationInfoProxy
implements IServerObjectConfigurationInfo2, Serializable

Provides access to the properties of a server object configuration with extensions.

Remarks

IServerObjectConfigurationInfo2 extends IServerObjectConfigurationInfo to provide the names of all enabled server object extensions for a particular configuration. Note that only those server object extensions that are enabled for this configuration are returned by the Extensions property. To get a complete list of all server object extensions that are supported for a particular type of server object, use the GetExtensionTypeInfos method on IServerObjectManager2.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IServerObjectConfigurationInfo2Proxy()
           
  IServerObjectConfigurationInfo2Proxy(Object obj)
           
protected IServerObjectConfigurationInfo2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IPropertySet getExtensionInfo(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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.server.IServerObjectConfigurationInfoProxy
getDescription, getName, getTypeName, isPooled
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfigurationInfo
getDescription, getName, getTypeName, isPooled
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IServerObjectConfigurationInfo2Proxy

public IServerObjectConfigurationInfo2Proxy()

IServerObjectConfigurationInfo2Proxy

public IServerObjectConfigurationInfo2Proxy(Object obj)
                                     throws IOException
Throws:
IOException

IServerObjectConfigurationInfo2Proxy

protected IServerObjectConfigurationInfo2Proxy(Object obj,
                                               String iid)
                                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IServerObjectConfigurationInfoProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IServerObjectConfigurationInfoProxy
Throws:
IOException

getExtensions

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getInfo

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getExtensionInfo

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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