Interface LoadItemsChain
- All Known Implementing Classes:
- LoadItemsChain.Abstract,- LoadItemsChain.ChannelHashing,- LoadItemsChain.Simple
public interface LoadItemsChain
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLoadItemsChain.Abstractstatic classLoadItemsChain.ChannelHashingstatic classLoadItemsChain.Entrystatic classLoadItemsChain.Simple
- 
Method SummaryModifier and Type Method Description voidaddLoadItem(long objectId)voidclear()booleancontainsLoadItem(long objectId)PersistenceIdSet[]getObjectIdSets()booleanisEmpty()
- 
Method Details- 
containsLoadItemboolean containsLoadItem(long objectId)
- 
addLoadItemvoid addLoadItem(long objectId)
- 
isEmptyboolean isEmpty()
- 
getObjectIdSetsPersistenceIdSet[] getObjectIdSets()
- 
clearvoid clear()
 
-