com.esri.arcgis.geodatabaseui
Interface IGdbAdminWindowFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
GdbAdminWindowFactory

public interface IGdbAdminWindowFactory
extends Serializable

Provides access to members for working with Geodatabase administration windows.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

open

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

Product Availability

Available with ArcGIS Desktop.

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

showConnectedUsers

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

Product Availability

Available with ArcGIS Desktop.

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

showDatasetLocks

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

Product Availability

Available with ArcGIS Desktop.

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