com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricLocks2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabric, ICadastralFabricLocks2Proxy

public interface ICadastralFabricLocks2
extends java.io.Serializable

COM Interface 'ICadastralFabricLocks2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to additional members that assign object locks for a cadastral job.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID882005e1_945f_46eb_80c8_2b7a3b0afd4a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void acquireLocks(ILongArray pLocks, boolean takeSoftLocks, ILongArray pLocksInConflict, ILongArray pSoftLocksInConflict)
          Acquire locks on the LockingJob.
 

Field Detail

IID882005e1_945f_46eb_80c8_2b7a3b0afd4a

static final int IID882005e1_945f_46eb_80c8_2b7a3b0afd4a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

acquireLocks

void acquireLocks(ILongArray pLocks,
                  boolean takeSoftLocks,
                  ILongArray pLocksInConflict,
                  ILongArray pSoftLocksInConflict)
                  throws java.io.IOException,
                         AutomationException
Acquire locks on the LockingJob. TakeSoftLocks allows locks to be transferred from other jobs in the same version.

Parameters:
pLocks - A reference to a com.esri.arcgis.system.ILongArray (in)
takeSoftLocks - The takeSoftLocks (in)
pLocksInConflict - A reference to a com.esri.arcgis.system.ILongArray (in)
pSoftLocksInConflict - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.