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 =
Method Summary |
java.lang.String |
getDescription()
The name of the service. |
void |
setDescription(java.lang.String objectURL)
The name of the service. |
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
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.