com.esri.arcgis.gisclient
Interface IAGSServerObjectName

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

public interface IAGSServerObjectName
extends java.io.Serializable

COM Interface 'IAGSServerObjectName'. Generated 3/19/2015 1:20:53 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 IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSServerConnectionName getAGSServerConnectionName()
          The connection name object for this server object.
 java.lang.String getName()
          Name of the server object.
 java.lang.String getType()
          Type of the server object (MapServer or GeocodeServer).
 java.lang.String getURL()
          Server object URL (if connection type is internet).
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
          The connection name object for this server object.
 void setName(java.lang.String objectName)
          Name of the server object.
 void setType(java.lang.String objectType)
          Type of the server object (MapServer or GeocodeServer).
 void setURL(java.lang.String objectURL)
          Server object URL (if connection type is internet).
 

Field Detail

IID436bd37c_fe61_4a2e_9d74_1ae6fc8d654d

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

setName

void setName(java.lang.String objectName)
             throws java.io.IOException,
                    AutomationException
Name of the server object.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the server object.

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

setType

void setType(java.lang.String objectType)
             throws java.io.IOException,
                    AutomationException
Type of the server object (MapServer or GeocodeServer).

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

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Type of the server object (MapServer or GeocodeServer).

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

setURL

void setURL(java.lang.String objectURL)
            throws java.io.IOException,
                   AutomationException
Server object URL (if connection type is internet).

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

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
Server object URL (if connection type is internet).

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

getAGSServerConnectionName

IAGSServerConnectionName getAGSServerConnectionName()
                                                    throws java.io.IOException,
                                                           AutomationException
The connection name object for this server object.

Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAGSServerConnectionNameByRef

void setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
                                     throws java.io.IOException,
                                            AutomationException
The connection name object for this server object.

Parameters:
ppServerConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.