com.esri.arcgis.geodatabaseui
Class VersionManager

java.lang.Object
  extended by com.esri.arcgis.geodatabaseui.VersionManager
All Implemented Interfaces:
IConnectionPointContainer, IVersionManager, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class VersionManager
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IVersionManager, IConnectionPointContainer

COM Class 'VersionManager'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description 'A dialog for managing versions in a versioned geodatabase.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.IVersionManager
IID, IIDfb895241_121e_11d3_80ba_0080c7625171, xxDummy
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
 
Constructor Summary
VersionManager()
          Constructs a VersionManager using ArcGIS Engine.
VersionManager(java.lang.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(java.lang.Object o)
          Compare this object with another
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a VersionManager.
 void removeIVersionManagerEventsListener(IVersionManagerEvents theListener)
          removeIVersionManagerEventsListener.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionManager

public VersionManager()
               throws java.io.IOException,
                      java.net.UnknownHostException
Constructs a VersionManager using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

VersionManager

public VersionManager(java.lang.Object obj)
               throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
VersionManager theVersionManager = (VersionManager) obj;

Construct a VersionManager using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to VersionManager.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIVersionManagerEventsListener

public void addIVersionManagerEventsListener(IVersionManagerEvents theListener)
                                      throws java.io.IOException
addIVersionManagerEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabaseui.IVersionManagerEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeIVersionManagerEventsListener

public void removeIVersionManagerEventsListener(IVersionManagerEvents theListener)
                                         throws java.io.IOException
removeIVersionManagerEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geodatabaseui.IVersionManagerEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a VersionManager.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

doModal

public void doModal(IVersionedWorkspace vw)
             throws java.io.IOException,
                    AutomationException
Displays the dialog used to manage versions for a versioned geodatabase.

Specified by:
doModal in interface IVersionManager
Parameters:
vw - A reference to a com.esri.arcgis.geodatabase.IVersionedWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnectionPoints

public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws java.io.IOException,
                                 AutomationException
enumConnectionPoints

Specified by:
enumConnectionPoints in interface IConnectionPointContainer
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws java.io.IOException,
                                AutomationException
findConnectionPoint

Specified by:
findConnectionPoint in interface IConnectionPointContainer
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.