com.esri.arcgis.gisclient
Interface IServerObjectDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeocodeServerObjectDescription, GeoDataServerObjectDescription, GlobeServerObjectDescription, GPServerObjectDescription, GraphicFeatureServerObjectDescription, ImageServerObjectDescription, IServerObjectDescriptionProxy, MapServerObjectDescription, MobileServerObjectDescription, NAServerObjectDescription, SearchServerObjectDescription

public interface IServerObjectDescription
extends java.io.Serializable

COM Interface 'IServerObjectDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to methods describing the type and class id of the server object.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfbb35630_af4a_4423_976a_762d53991e5e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getClientProxyCLSID(int connType)
          The clsid for the client proxy.
 java.lang.String getType()
          Defines the type for the server object.
 

Field Detail

IIDfbb35630_af4a_4423_976a_762d53991e5e

static final int IIDfbb35630_af4a_4423_976a_762d53991e5e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Defines the type for the server object.

Returns:
The type
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientProxyCLSID

IUID getClientProxyCLSID(int connType)
                         throws java.io.IOException,
                                AutomationException
The clsid for the client proxy.

Parameters:
connType - A com.esri.arcgis.gisclient.esriAGSConnectionType constant (in)
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.