|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGdbAdminWindowFactory
Provides access to members for working with Geodatabase administration windows.
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 |
---|
void open(IWorkspace workspace) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showConnectedUsers(IWorkspace workspace) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showDatasetLocks(IDatasetName dataset) throws IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |