public interface IEnterpriseWorkspaceFactory
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb871b848_7b8f_4aef_bd4d_ec3aefe76ebf |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDb871b848_7b8f_4aef_bd4d_ec3aefe76ebf
static final int xxDummy
static final java.lang.String IID
IWorkspace openWithNewPassword(IPropertySet connectionProperties, int hWnd, java.lang.String newPassword) throws java.io.IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd
- The hWnd (A COM typedef) (in)newPassword
- The newPassword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspace openWithNewLicense(IPropertySet connectionProperties, int hWnd, java.lang.String newLicensePath) throws java.io.IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd
- The hWnd (A COM typedef) (in)newLicensePath
- The newLicensePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.