com.esri.arcgis.geodatabaseui
Interface IGdbAdminWindowFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GdbAdminWindowFactory, IGdbAdminWindowFactoryProxy

public interface IGdbAdminWindowFactory
extends java.io.Serializable

COM Interface 'IGdbAdminWindowFactory'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members for working with Geodatabase administration windows.' 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 IID31047739_1fd4_4732_9a27_d327252c340d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void open(IWorkspace workspace)
          Opens the Geodatabase administration window.
 void showConnectedUsers(IWorkspace workspace)
          Opens the Geodatabase administration window to show user connected to the database.
 void showDatasetLocks(IDatasetName dataset)
          Opens the Geodatabase adminstration window to show locks on the dataset.
 

Field Detail

IID31047739_1fd4_4732_9a27_d327252c340d

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

open

void open(IWorkspace workspace)
          throws java.io.IOException,
                 AutomationException
Opens the Geodatabase administration window.

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

showConnectedUsers

void showConnectedUsers(IWorkspace workspace)
                        throws java.io.IOException,
                               AutomationException
Opens the Geodatabase administration window to show user connected to the database.

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

showDatasetLocks

void showDatasetLocks(IDatasetName dataset)
                      throws java.io.IOException,
                             AutomationException
Opens the Geodatabase adminstration window to show locks on the dataset.

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