|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxAGSConnection
COM Interface 'IGxAGSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members of GxObject that connects to an ArcGIS server (AGS).' 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 |
IID85e89175_26ef_490b_8fcc_9363399275bb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
connect()
Connects to an ArcGIS server. |
void |
disconnect()
Disconnects from an ArcGIS server. |
void |
editServerProperties(int hParent,
short activePage)
Presents a modal dialog to allow editing the default properties of the server. |
IAGSServerConnectionName |
getAGSServerConnectionName()
The associated AGS server connection name object. |
java.lang.String |
getFileName()
Path to the AGS connection file. |
java.lang.Object |
getSelectedServerObjects()
The selected server objects. |
boolean |
isConnected()
Indicates whether the AGS connection has been made. |
void |
loadFromFile(java.lang.String path)
Loads an AGS connection file. |
void |
saveToFile(java.lang.String path)
Writes an AGS connection file. |
void |
setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName)
The associated AGS server connection name object. |
void |
setSelectedServerObjects(java.lang.Object selectedObjects)
The selected server objects. |
Field Detail |
---|
static final int IID85e89175_26ef_490b_8fcc_9363399275bb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isConnected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFileName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGSServerConnectionName getAGSServerConnectionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName) throws java.io.IOException, AutomationException
serverConnName
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSelectedServerObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedServerObjects(java.lang.Object selectedObjects) throws java.io.IOException, AutomationException
selectedObjects
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void editServerProperties(int hParent, short activePage) throws java.io.IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)activePage
- The activePage (in)
java.io.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 |