|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGSServerConnection4
Provides access to members that have information about the GIS server connection.
Method Summary | |
---|---|
IItemInfo |
getItemInfo(String name,
String type,
String soeType)
Returns the Item Info of a service. |
IPropertySet |
getMetadata(String name,
String type,
String soeType)
Returns the metadata of a service. |
Object |
getServerVersion(int versionType)
Returns the server version. |
String |
getServiceURL(int urlType,
IAGSServerObjectName service)
Returns the URL for a service in the server behind this connection. |
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection3 |
---|
getFile, getFileAsVariant |
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection2 |
---|
getFolders, getServerObjectNamesEx |
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection |
---|
getFullName, getName, getServerObjectNames, setFullNameByRef, setName |
Method Detail |
---|
Object getServerVersion(int versionType) throws IOException, AutomationException
versionType
- A com.esri.arcgis.gisclient.esriAGSServerVersionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServiceURL(int urlType, IAGSServerObjectName service) throws IOException, AutomationException
urlType
- A com.esri.arcgis.gisclient.esriServiceURLType constant (in)service
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfo(String name, String type, String soeType) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata(String name, String type, String soeType) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |