com.esri.arcgis.geodatabase
Interface IWorkspaceExtensionManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspaceExtensionManagerProxy, VersionedWorkspace, Workspace

public interface IWorkspaceExtensionManager
extends java.io.Serializable

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

Description: 'Provides access to members that manage a workspace extension.' 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 IIDb2119283_0cd1_11d4_9fac_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspaceExtension findExtension(IUID gUID)
          Finds the specified workspace extension by its globally unique id.
 IWorkspaceExtension getExtension(int index)
          The workspace extension at this index.
 int getExtensionCount()
          The number of workspace extensions.
 void registerExtension(java.lang.String name, IUID gUID)
          Registers this workspace extension with the database making it required for successful connection to this database.
 void unRegisterExtension(IUID gUID)
          UnRegisters this workspace extension making it no longer required for successful connection to this database.
 

Field Detail

IIDb2119283_0cd1_11d4_9fac_00c04f6bdf0c

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

findExtension

IWorkspaceExtension findExtension(IUID gUID)
                                  throws java.io.IOException,
                                         AutomationException
Finds the specified workspace extension by its globally unique id.

Parameters:
gUID - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionCount

int getExtensionCount()
                      throws java.io.IOException,
                             AutomationException
The number of workspace extensions.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtension

IWorkspaceExtension getExtension(int index)
                                 throws java.io.IOException,
                                        AutomationException
The workspace extension at this index.

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

registerExtension

void registerExtension(java.lang.String name,
                       IUID gUID)
                       throws java.io.IOException,
                              AutomationException
Registers this workspace extension with the database making it required for successful connection to this database.

Parameters:
name - The name (in)
gUID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unRegisterExtension

void unRegisterExtension(IUID gUID)
                         throws java.io.IOException,
                                AutomationException
UnRegisters this workspace extension making it no longer required for successful connection to this database.

Parameters:
gUID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.