com.esri.arcgis.geodatabase
Interface IRemoteDatabaseWorkspaceFactory2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRemoteDatabaseWorkspaceFactory2Proxy

public interface IRemoteDatabaseWorkspaceFactory2
extends java.io.Serializable

COM Interface 'IRemoteDatabaseWorkspaceFactory2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage remote geodatabase database connection information.' 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 IID02ddefe3_468d_456d_a862_53296b590988
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspaceName editGeodatabaseConnectionProperties(java.lang.String pathName, int hWnd)
          Edits the geodatabase connection properties of a remote database workspace connection file.
 

Field Detail

IID02ddefe3_468d_456d_a862_53296b590988

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

editGeodatabaseConnectionProperties

IWorkspaceName editGeodatabaseConnectionProperties(java.lang.String pathName,
                                                   int hWnd)
                                                   throws java.io.IOException,
                                                          AutomationException
Edits the geodatabase connection properties of a remote database workspace connection file.

Parameters:
pathName - The pathName (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.