Uses of Class
org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
-
Packages that use RemoteCursoredStream Package Description org.eclipse.persistence.internal.sessions.remote org.eclipse.persistence.sessions.remote org.eclipse.persistence.sessions.remote.rmi -
-
Uses of RemoteCursoredStream in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return RemoteCursoredStream Modifier and Type Method Description abstract RemoteCursoredStreamRemoteConnection. cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session)Get remote cursor stream.Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteCursoredStream Modifier and Type Method Description abstract VectorRemoteConnection. cursoredStreamNextPage(RemoteCursoredStream remoteCursoredStream, ReadQuery query, DistributedSession session, int pageSize)Retrieve next page size of objects from the remote cursored stream -
Uses of RemoteCursoredStream in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote that return RemoteCursoredStream Modifier and Type Method Description RemoteCursoredStreamDistributedSession. cursorSelectObjects(CursoredStreamPolicy policy)INTERNAL: Return remote cursor stream. -
Uses of RemoteCursoredStream in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi that return RemoteCursoredStream Modifier and Type Method Description RemoteCursoredStreamRMIConnection. cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session)INTERNAL: Returns remote cursor streamMethods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RemoteCursoredStream Modifier and Type Method Description VectorRMIConnection. cursoredStreamNextPage(RemoteCursoredStream remoteCursoredStream, ReadQuery query, DistributedSession session, int pageSize)Retrieve next page size of objects from the remote cursored stream
-