com.esri.arcgis.geodatabase
Class IEnumLockInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IEnumLockInfoProxy
All Implemented Interfaces:
IEnumLockInfo, Externalizable, Serializable

public class IEnumLockInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IEnumLockInfo, Serializable

Provides access to members that enumerate lock information.

Description

Objects of this type are created through the IVersion.VersionLocks property. The enumeration contains a set of ILockInfo objects that returns the user name and lock type held on the current version.

Use the IEnumLockInfo interface when you need to access the read-only properties (such as access setting, children and parents) of the version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IEnumLockInfoProxy()
           
  IEnumLockInfoProxy(Object obj)
           
protected IEnumLockInfoProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 ILockInfo next()
          Retrieves the next lock.
 void removeListener(String iidStr, Object theListener)
           
 void reset()
          Resets the enumeration sequence to the beginning.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IEnumLockInfoProxy

public IEnumLockInfoProxy()

IEnumLockInfoProxy

public IEnumLockInfoProxy(Object obj)
                   throws IOException
Throws:
IOException

IEnumLockInfoProxy

protected IEnumLockInfoProxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

next

public ILockInfo next()
               throws IOException,
                      AutomationException
Retrieves the next lock.

Remarks

The Next method returns the next ILockInfo object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
next in interface IEnumLockInfo
Returns:
A reference to a com.esri.arcgis.geodatabase.ILockInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Remarks

The Reset method resets the enumeration sequence to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
reset in interface IEnumLockInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.