com.esri.arcgis.geodatabase
Interface IEnterpriseWorkspaceFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnterpriseWorkspaceFactoryProxy, SdeWorkspaceFactory

public interface IEnterpriseWorkspaceFactory
extends java.io.Serializable

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

Description: 'Provides access to members that manage enterprise workspace.' 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 IIDb871b848_7b8f_4aef_bd4d_ec3aefe76ebf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspace openWithNewLicense(IPropertySet connectionProperties, int hWnd, java.lang.String newLicensePath)
          Open the enterprise database connection with new license file.
 IWorkspace openWithNewPassword(IPropertySet connectionProperties, int hWnd, java.lang.String newPassword)
          Opens the workspace specified by the connection properties.
 

Field Detail

IIDb871b848_7b8f_4aef_bd4d_ec3aefe76ebf

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

openWithNewPassword

IWorkspace openWithNewPassword(IPropertySet connectionProperties,
                               int hWnd,
                               java.lang.String newPassword)
                               throws java.io.IOException,
                                      AutomationException
Opens the workspace specified by the connection properties. Changes the connection password if it's expiring or expired.

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

openWithNewLicense

IWorkspace openWithNewLicense(IPropertySet connectionProperties,
                              int hWnd,
                              java.lang.String newLicensePath)
                              throws java.io.IOException,
                                     AutomationException
Open the enterprise database connection with new license file.

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