com.esri.arcgis.gisclient
Interface IAGSServerObjectName2

All Superinterfaces:
IAGSServerObjectName, java.io.Serializable
All Known Subinterfaces:
IAGSServerObjectName3
All Known Implementing Classes:
AGSServerObjectName, IAGSServerObjectName2Proxy, IAGSServerObjectName3Proxy

public interface IAGSServerObjectName2
extends IAGSServerObjectName, java.io.Serializable

COM Interface 'IAGSServerObjectName2'. 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 IID2f311f9a_50f9_45d4_9553_d781a08445e8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d
 
Method Summary
 java.lang.String getCapabilities()
          The web capabilities of the service.
 java.lang.String getNameString2()
          The name string for the server object name.
 java.lang.String getParentType()
          The type of server object this server object extension is associated with.
 void setCapabilities(java.lang.String caps)
          The web capabilities of the service.
 void setNameString2(java.lang.String ns)
          The name string for the server object name.
 void setParentType(java.lang.String parentType)
          The type of server object this server object extension is associated with.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL
 

Field Detail

IID2f311f9a_50f9_45d4_9553_d781a08445e8

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

setNameString2

void setNameString2(java.lang.String ns)
                    throws java.io.IOException,
                           AutomationException
The name string for the server object name.

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

getNameString2

java.lang.String getNameString2()
                                throws java.io.IOException,
                                       AutomationException
The name string for the server object name.

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

setParentType

void setParentType(java.lang.String parentType)
                   throws java.io.IOException,
                          AutomationException
The type of server object this server object extension is associated with.

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

getParentType

java.lang.String getParentType()
                               throws java.io.IOException,
                                      AutomationException
The type of server object this server object extension is associated with.

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

setCapabilities

void setCapabilities(java.lang.String caps)
                     throws java.io.IOException,
                            AutomationException
The web capabilities of the service.

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

getCapabilities

java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
The web capabilities of the service.

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