|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.IAppLockMgrProxy
public class IAppLockMgrProxy
Provides access to members that control the application lock manager.
The AppLockMgr coclass is used to control locks on shapefiles and coverages, so no two users can make changes to the same dataset. It is pretty much the same idea as with relational database’s lock to prevent multiple users from making conflicting modifications to a set of data. Lock types are specified by esriLockMgrType enumerator.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IAppLockMgrProxy()
|
|
IAppLockMgrProxy(Object obj)
|
protected |
IAppLockMgrProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
add(IAfLockMgr pAfLockMgr,
int pID,
int[] cookie)
Adds an application reference to the lock manager. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
checkLock(int cookie,
String fileName,
int lockMgrType)
Checks for a lock within the lock manager. |
void |
clearLock(int cookie,
String fileName,
int lockMgrType)
Clears a lock from within the lock manager. |
int |
getCount()
The current count of locks within the lock manager. |
void |
isGlobalAlive(boolean[] pbGlobalAlive)
Indicates if the global lock manager is active. |
void |
remove(int cookie)
Removes a lock reference from the lock manager. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLock(int cookie,
String fileName,
int lockMgrType)
Places a lock within the lock manager. |
| 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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IAppLockMgrProxy()
public IAppLockMgrProxy(Object obj)
throws IOException
IOException
protected IAppLockMgrProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void add(IAfLockMgr pAfLockMgr,
int pID,
int[] cookie)
throws IOException,
AutomationException
add in interface IAppLockMgrpAfLockMgr - A reference to a com.esri.arcgis.system.IAfLockMgr (in)pID - The pID (in)cookie - The cookie (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int cookie)
throws IOException,
AutomationException
remove in interface IAppLockMgrcookie - The cookie (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IAppLockMgrIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isGlobalAlive(boolean[] pbGlobalAlive)
throws IOException,
AutomationException
isGlobalAlive in interface IAppLockMgrpbGlobalAlive - The pbGlobalAlive (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLock(int cookie,
String fileName,
int lockMgrType)
throws IOException,
AutomationException
setLock in interface IAppLockMgrcookie - The cookie (in)fileName - The fileName (in)lockMgrType - A com.esri.arcgis.system.esriLockMgrType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void checkLock(int cookie,
String fileName,
int lockMgrType)
throws IOException,
AutomationException
checkLock in interface IAppLockMgrcookie - The cookie (in)fileName - The fileName (in)lockMgrType - A com.esri.arcgis.system.esriLockMgrType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearLock(int cookie,
String fileName,
int lockMgrType)
throws IOException,
AutomationException
clearLock in interface IAppLockMgrcookie - The cookie (in)fileName - The fileName (in)lockMgrType - A com.esri.arcgis.system.esriLockMgrType constant (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 | ||||||||