Package com.j_spaces.sadapter.datasource
Class DataAdaptorIterator
java.lang.Object
com.j_spaces.sadapter.datasource.DataAdaptorIterator
- All Implemented Interfaces:
ISAdapterIterator<IEntryHolder>
Created by IntelliJ IDEA. User: assafr Date: Apr 24, 2008 Time: 11:41:20 AM To change this
template use File | Settings | File Templates.
-
Constructor Summary
ConstructorsConstructorDescriptionDataAdaptorIterator(SpaceTypeManager typeManager, EntryDataType entryDataType) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Iterator<IEntryPacket> iterator) Appends the specified iterator to the end of this list.voidclose()Closes this iterator.static StringgetDataSourceShareIteratorTTLDefault(long leaseManagerExpirationTimeRecentDeletes, long leaseManagerExpirationTimeRecentUpdates) next()
-
Constructor Details
-
DataAdaptorIterator
-
-
Method Details
-
add
Appends the specified iterator to the end of this list.- Parameters:
iterator- iterator ofIGSEntryto be appended to this list.
-
next
- Specified by:
nextin interfaceISAdapterIterator<IEntryHolder>- Returns:
- next iterated object (instance of IEntryHolder)
- Throws:
SAException- See Also:
-
close
Closes this iterator. Note: subsequent calls will throwNullPointerException- Specified by:
closein interfaceISAdapterIterator<IEntryHolder>- Throws:
SAException- See Also:
-