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