|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseui.VersionManager
public class VersionManager
A dialog for managing versions in a versioned geodatabase.
Constructor Summary | |
---|---|
VersionManager()
Constructs a VersionManager using ArcGIS Engine. |
|
VersionManager(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. VersionManager theVersionManager = (VersionManager) obj; |
Method Summary | |
---|---|
void |
addIVersionManagerEventsListener(IVersionManagerEvents theListener)
addIVersionManagerEventsListener. |
void |
doModal(IVersionedWorkspace vw)
Displays the dialog used to manage versions for a versioned geodatabase. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
removeIVersionManagerEventsListener(IVersionManagerEvents theListener)
removeIVersionManagerEventsListener. |
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 VersionManager() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic VersionManager(Object obj) throws IOException
VersionManager theVersionManager = (VersionManager) obj;
obj
to VersionManager
.
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 addIVersionManagerEventsListener(IVersionManagerEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.geodatabaseui.IVersionManagerEvents interface.
IOException
- If there are communications problems.public void removeIVersionManagerEventsListener(IVersionManagerEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.geodatabaseui.IVersionManagerEvents interface.
IOException
- If there are communications problems.public void doModal(IVersionedWorkspace vw) throws IOException, AutomationException
The DoModal method starts the Version Manager obect by specifying a target versioned workspace.
doModal
in interface IVersionManager
vw
- A reference to a com.esri.arcgis.geodatabase.IVersionedWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
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 |