|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILockInfo | |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.mi.lock | Contains repository framework manager interface for locking. |
| Uses of ILockInfo in com.sap.netweaver.bc.rf.common.namespace |
| Fields in com.sap.netweaver.bc.rf.common.namespace declared as ILockInfo | |
protected ILockInfo |
AbstractCreateDescriptor.lockInfo
|
| Methods in com.sap.netweaver.bc.rf.common.namespace that return ILockInfo | |
ILockInfo |
AbstractCreateDescriptor.getLockInfo()
Get lock info created atomically while creating the resource. |
ILockInfo |
ICreateDescriptor.getLockInfo()
Get lock info created atomically while creating the resource. |
| Methods in com.sap.netweaver.bc.rf.common.namespace with parameters of type ILockInfo | |
void |
AbstractCreateDescriptor.setLockInfo(ILockInfo lockInfo)
Set lock info created atomically while creating the resource. |
void |
ICreateDescriptor.setLockInfo(ILockInfo lockInfo)
Set lock info created atomically while creating the resource. |
| Uses of ILockInfo in com.sap.netweaver.bc.rf.mi.lock |
| Classes in com.sap.netweaver.bc.rf.mi.lock that implement ILockInfo | |
class |
LockInfo
Class implementing lock information. |
| Methods in com.sap.netweaver.bc.rf.mi.lock that return ILockInfo | |
ILockInfo |
IMutableLockManager.lock(IResourceHandle resourceHandle,
ILockDescriptor lockDescriptor)
Lock a resource (content, properties, etc. and the namespace, not the resources, below the resource). |
ILockInfo |
IMutableLockManager.refreshLock(IResourceHandle resourceHandle,
java.lang.String lockToken)
Refresh, i.e. reset the timer of the given lock for a given resource handle until the lock is released automatically. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||