com.esri.arcgis.gisclient
Interface IAGSServerObjectName3

All Superinterfaces:
IAGSServerObjectName, IAGSServerObjectName2, java.io.Serializable
All Known Implementing Classes:
AGSServerObjectName, IAGSServerObjectName3Proxy

public interface IAGSServerObjectName3
extends IAGSServerObjectName2, java.io.Serializable

COM Interface 'IAGSServerObjectName3'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members that supply server object name information.' 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 IID4b815919_7659_4a55_8608_26eb7d6b24f2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName2
IID2f311f9a_50f9_45d4_9553_d781a08445e8
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d
 
Method Summary
 java.lang.String getDescription()
          The name of the service.
 void setDescription(java.lang.String objectURL)
          The name of the service.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName2
getCapabilities, getNameString2, getParentType, setCapabilities, setNameString2, setParentType
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL
 

Field Detail

IID4b815919_7659_4a55_8608_26eb7d6b24f2

static final int IID4b815919_7659_4a55_8608_26eb7d6b24f2
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

setDescription

void setDescription(java.lang.String objectURL)
                    throws java.io.IOException,
                           AutomationException
The name of the service.

Parameters:
objectURL - The objectURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The name of the service.

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