com.esri.arcgis.server
Class IServerObjectExtensionTypeInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectExtensionTypeInfoProxy
All Implemented Interfaces:
IServerObjectExtensionTypeInfo, Externalizable, Serializable
Direct Known Subclasses:
IServerObjectExtensionTypeInfo2Proxy

public class IServerObjectExtensionTypeInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerObjectExtensionTypeInfo, Serializable

Provides access to the properties of a server object extentsion type.

Remarks

The ServerObjectExtensionTypeInfo class gives users and developers who are not administrators access to the list of server object extension types and the set of their properties that are necessary for programming applications with them. You can get information about server object extension types using the GetExtensionTypeInfos method on IServerObjectManager2 to get the ServerObjectExtensionTypeInfos.

These objects support the IServerObjectExtensionTypeInfo interface which provides read–only access to a subset of the server object extension type's properties. These properties include:

Name: the name of the server object extension type (e.g., NAServer)

Description: the description of the server object extension type

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
  IServerObjectExtensionTypeInfoProxy()
           
  IServerObjectExtensionTypeInfoProxy(Object obj)
           
protected IServerObjectExtensionTypeInfoProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getDescription()
          The description of the extension type.
 String getName()
          The name of the extension type.
 void removeListener(String iidStr, Object theListener)
           
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IServerObjectExtensionTypeInfoProxy

public IServerObjectExtensionTypeInfoProxy()

IServerObjectExtensionTypeInfoProxy

public IServerObjectExtensionTypeInfoProxy(Object obj)
                                    throws IOException
Throws:
IOException

IServerObjectExtensionTypeInfoProxy

protected IServerObjectExtensionTypeInfoProxy(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 com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getName

public String getName()
               throws IOException,
                      AutomationException
The name of the extension type.

Product Availability

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

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

getDescription

public String getDescription()
                      throws IOException,
                             AutomationException
The description of the extension type.

Product Availability

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

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