com.esri.arcgis.catalog
Class IGxAGSConnectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalog.IGxAGSConnectionProxy
All Implemented Interfaces:
IGxAGSConnection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IGxAGSConnectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IGxAGSConnection, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.catalog.IGxAGSConnection
IID, IID85e89175_26ef_490b_8fcc_9363399275bb
 
Constructor Summary
  IGxAGSConnectionProxy()
          Deprecated. For internal use only
  IGxAGSConnectionProxy(java.lang.Object obj)
          Deprecated.  
protected IGxAGSConnectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGxAGSConnectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGxAGSConnectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void connect()
          Deprecated. Connects to an ArcGIS server.
 void disconnect()
          Deprecated. Disconnects from an ArcGIS server.
 void editServerProperties(int hParent, short activePage)
          Deprecated. Presents a modal dialog to allow editing the default properties of the server.
 IAGSServerConnectionName getAGSServerConnectionName()
          Deprecated. The associated AGS server connection name object.
 java.lang.String getFileName()
          Deprecated. Path to the AGS connection file.
 java.lang.Object getSelectedServerObjects()
          Deprecated. The selected server objects.
 boolean isConnected()
          Deprecated. Indicates whether the AGS connection has been made.
 void loadFromFile(java.lang.String path)
          Deprecated. Loads an AGS connection file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void saveToFile(java.lang.String path)
          Deprecated. Writes an AGS connection file.
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName)
          Deprecated. The associated AGS server connection name object.
 void setSelectedServerObjects(java.lang.Object selectedObjects)
          Deprecated. The selected server objects.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGxAGSConnectionProxy

public IGxAGSConnectionProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGxAGSConnectionProxy

public IGxAGSConnectionProxy()
Deprecated. 
For internal use only


IGxAGSConnectionProxy

public IGxAGSConnectionProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGxAGSConnectionProxy

protected IGxAGSConnectionProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGxAGSConnectionProxy

protected IGxAGSConnectionProxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isConnected

public boolean isConnected()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the AGS connection has been made.

Specified by:
isConnected in interface IGxAGSConnection
Returns:
The isConnected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

public void connect()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Connects to an ArcGIS server.

Specified by:
connect in interface IGxAGSConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

public void disconnect()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Disconnects from an ArcGIS server.

Specified by:
disconnect in interface IGxAGSConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromFile

public void loadFromFile(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Loads an AGS connection file.

Specified by:
loadFromFile in interface IGxAGSConnection
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveToFile

public void saveToFile(java.lang.String path)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Writes an AGS connection file.

Specified by:
saveToFile in interface IGxAGSConnection
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileName

public java.lang.String getFileName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Path to the AGS connection file.

Specified by:
getFileName in interface IGxAGSConnection
Returns:
The fileName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAGSServerConnectionName

public IAGSServerConnectionName getAGSServerConnectionName()
                                                    throws java.io.IOException,
                                                           AutomationException
Deprecated. 
The associated AGS server connection name object.

Specified by:
getAGSServerConnectionName in interface IGxAGSConnection
Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAGSServerConnectionNameByRef

public void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The associated AGS server connection name object.

Specified by:
setAGSServerConnectionNameByRef in interface IGxAGSConnection
Parameters:
serverConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedServerObjects

public java.lang.Object getSelectedServerObjects()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The selected server objects.

Specified by:
getSelectedServerObjects in interface IGxAGSConnection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedServerObjects

public void setSelectedServerObjects(java.lang.Object selectedObjects)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The selected server objects.

Specified by:
setSelectedServerObjects in interface IGxAGSConnection
Parameters:
selectedObjects - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

editServerProperties

public void editServerProperties(int hParent,
                                 short activePage)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Presents a modal dialog to allow editing the default properties of the server.

Specified by:
editServerProperties in interface IGxAGSConnection
Parameters:
hParent - The hParent (A COM typedef) (in)
activePage - The activePage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.