public class ManagedCursorIteratorProvider extends ManagedCursorProvider<org.mule.runtime.api.streaming.object.CursorIterator> implements org.mule.runtime.api.streaming.object.CursorIteratorProvider
ManagedCursorProvider implementation for CursorIteratorProvider instances| Constructor and Description |
|---|
ManagedCursorIteratorProvider(CursorContext cursorContext,
CursorManager cursorManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.streaming.object.CursorIterator |
managedCursor(org.mule.runtime.api.streaming.object.CursorIterator cursor,
CursorContext handle)
Returns a managed version of the
cursor. |
close, getCursorManager, isClosed, openCursor, releaseResourcespublic ManagedCursorIteratorProvider(CursorContext cursorContext, CursorManager cursorManager)
protected org.mule.runtime.api.streaming.object.CursorIterator managedCursor(org.mule.runtime.api.streaming.object.CursorIterator cursor,
CursorContext handle)
cursor. How will that cursor be managed depends on each
implementation. Although it is possible that the same input cursor is returned, the assumption
should be that a new instance will be returned.managedCursor in class ManagedCursorProvider<org.mule.runtime.api.streaming.object.CursorIterator>cursor - the cursor to managehandle - the CursorContextCursorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.