com.esri.arcgis.geodatabase
Interface IDEServerObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEGeoDataServer, DEGeometryServer, DEGlobeServer, DEGPServer, DEImageServer, DEMapServer, DEWCSCoverage, DEWMSMap, IDEServerObjectProxy

public interface IDEServerObject
extends java.io.Serializable

COM Interface 'IDEServerObject'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe ArcGIS server objects.' 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 IID97fcf277_10a5_4dcd_b098_8a3934a258a1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getServerObjectType()
          The server object type.
 java.lang.String getURL()
          The url to the server object.
 void setServerObjectType(java.lang.String soType)
          The server object type.
 void setURL(java.lang.String theUrl)
          The url to the server object.
 

Field Detail

IID97fcf277_10a5_4dcd_b098_8a3934a258a1

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

getServerObjectType

java.lang.String getServerObjectType()
                                     throws java.io.IOException,
                                            AutomationException
The server object type.

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

setServerObjectType

void setServerObjectType(java.lang.String soType)
                         throws java.io.IOException,
                                AutomationException
The server object type.

Parameters:
soType - The soType (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
The url to the server object.

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

setURL

void setURL(java.lang.String theUrl)
            throws java.io.IOException,
                   AutomationException
The url to the server object.

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