|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.LockInfoCollection
Implementation of a lock info collection
Copyright 2004 SAP AG
| Constructor Summary | |
|
LockInfoCollection()
|
protected |
LockInfoCollection(java.util.List list)
|
| Method Summary | |
boolean |
add(ILockInfo lockInfo)
Description of the Method |
boolean |
contains(java.lang.String lockToken)
Description of the Method |
ILockInfo |
get(ILockInfo lockInfo)
Description of the Method |
ILockInfo |
get(java.lang.String lockToken)
Description of the Method |
java.util.List |
getInternalList()
Gets the internalList attribute of the ILockInfoCollection object |
ILockInfoIterator |
iterator()
Description of the Method |
boolean |
remove(ILockInfo lockInfo)
Description of the Method |
boolean |
remove(java.lang.String lockToken)
Description of the Method |
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LockInfoCollection()
protected LockInfoCollection(java.util.List list)
| Method Detail |
public int size()
size in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionpublic boolean contains(java.lang.String lockToken)
ILockInfoCollectioncontains in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockToken - Description of the Parameterpublic boolean add(ILockInfo lockInfo)
ILockInfoCollectionadd in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockInfo - Description of the Parameterpublic ILockInfo get(java.lang.String lockToken)
ILockInfoCollectionget in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockToken - Description of the Parameterpublic ILockInfo get(ILockInfo lockInfo)
ILockInfoCollectionget in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockInfo - Description of the Parameterpublic boolean remove(java.lang.String lockToken)
ILockInfoCollectionremove in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockToken - Description of the Parameterpublic boolean remove(ILockInfo lockInfo)
ILockInfoCollectionremove in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionlockInfo - Description of the Parameterpublic ILockInfoIterator iterator()
ILockInfoCollectioniterator in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollectionpublic java.util.List getInternalList()
ILockInfoCollectiongetInternalList in interface ILockInfoCollectioncom.sapportals.wcm.repository.ILockInfoCollection
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||