com.esri.arcgis.catalog
Interface IGxServiceDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxServiceDefinition, IGxServiceDefinitionProxy

public interface IGxServiceDefinition
extends java.io.Serializable

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

Description: 'Provides access to members that manage a GxServiceDefinition object.' 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 IID970fbdd1_1292_4e83_9571_bb707c87c65e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFilePath()
          The cooresponding file path of a draft service.
 java.lang.String getTypeName()
          Name of draft Type.
 void setFilePath(java.lang.String pFilePath)
          The cooresponding file path of a draft service.
 

Field Detail

IID970fbdd1_1292_4e83_9571_bb707c87c65e

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

getTypeName

java.lang.String getTypeName()
                             throws java.io.IOException,
                                    AutomationException
Name of draft Type.

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

getFilePath

java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
The cooresponding file path of a draft service.

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

setFilePath

void setFilePath(java.lang.String pFilePath)
                 throws java.io.IOException,
                        AutomationException
The cooresponding file path of a draft service.

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