public interface IAGSServerConnection4 extends IAGSServerConnection3, java.io.Serializable
Description: 'Provides access to members that have information about the GIS server connection.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb291fd85_b247_4ab0_85d0_2244688936fd |
static int |
xxDummy
Deprecated.
Internal use only
|
IID20e6a647_de9e_4e4c_a301_640b9ab0d143
IID6921c52d_0d14_4d2c_8a80_a7873c1306ea
IID657f65fd_9795_40b4_b1ce_e235ef08614c
Modifier and Type | Method and Description |
---|---|
IItemInfo |
getItemInfo(java.lang.String name,
java.lang.String type,
java.lang.String soeType)
Returns the Item Info of a service.
|
IPropertySet |
getMetadata(java.lang.String name,
java.lang.String type,
java.lang.String soeType)
Returns the metadata of a service.
|
java.lang.Object |
getServerVersion(int versionType)
Returns the server version.
|
java.lang.String |
getServiceURL(int urlType,
IAGSServerObjectName service)
Returns the URL for a service in the server behind this connection.
|
getFile, getFileAsVariant
getFolders, getServerObjectNamesEx
getFullName, getName, getServerObjectNames, setFullNameByRef, setName
static final int IIDb291fd85_b247_4ab0_85d0_2244688936fd
static final int xxDummy
static final java.lang.String IID
java.lang.Object getServerVersion(int versionType) throws java.io.IOException, AutomationException
versionType
- A com.esri.arcgis.gisclient.esriAGSServerVersionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getServiceURL(int urlType, IAGSServerObjectName service) throws java.io.IOException, AutomationException
urlType
- A com.esri.arcgis.gisclient.esriServiceURLType constant (in)service
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfo(java.lang.String name, java.lang.String type, java.lang.String soeType) throws java.io.IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata(java.lang.String name, java.lang.String type, java.lang.String soeType) throws java.io.IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.