|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseui.GdbAdminWindowFactory
public class GdbAdminWindowFactory
A window for administering enterprise Geodatabases.
Constructor Summary | |
---|---|
GdbAdminWindowFactory()
Constructs a GdbAdminWindowFactory using ArcGIS Engine. |
|
GdbAdminWindowFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GdbAdminWindowFactory theGdbAdminWindowFactory = (GdbAdminWindowFactory) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GdbAdminWindowFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GdbAdminWindowFactory(Object obj) throws IOException
GdbAdminWindowFactory theGdbAdminWindowFactory = (GdbAdminWindowFactory) obj;
obj
to GdbAdminWindowFactory
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void open(IWorkspace workspace) throws IOException, AutomationException
open
in interface IGdbAdminWindowFactory
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.public void showConnectedUsers(IWorkspace workspace) throws IOException, AutomationException
showConnectedUsers
in interface IGdbAdminWindowFactory
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.public void showDatasetLocks(IDatasetName dataset) throws IOException, AutomationException
showDatasetLocks
in interface IGdbAdminWindowFactory
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 |