Uses of Class
org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
Packages that use RemoteCursoredStream
Package
Description
-
Uses of RemoteCursoredStream in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return RemoteCursoredStreamModifier and TypeMethodDescriptionabstract RemoteCursoredStreamRemoteConnection.cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) Get remote cursor stream.Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteCursoredStreamModifier and TypeMethodDescriptionabstract 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 RemoteCursoredStreamModifier and TypeMethodDescriptionDistributedSession.cursorSelectObjects(CursoredStreamPolicy policy) INTERNAL: Return remote cursor stream. -
Uses of RemoteCursoredStream in org.eclipse.persistence.sessions.remote.corba.sun
Methods in org.eclipse.persistence.sessions.remote.corba.sun that return RemoteCursoredStreamModifier and TypeMethodDescriptionCORBAConnection.cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor streamMethods in org.eclipse.persistence.sessions.remote.corba.sun with parameters of type RemoteCursoredStreamModifier and TypeMethodDescriptionCORBAConnection.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.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi that return RemoteCursoredStreamModifier and TypeMethodDescriptionRMIConnection.cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor streamMethods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RemoteCursoredStreamModifier and TypeMethodDescriptionRMIConnection.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.rmi.iiop
Methods in org.eclipse.persistence.sessions.remote.rmi.iiop that return RemoteCursoredStreamModifier and TypeMethodDescriptionRMIConnection.cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor streamMethods in org.eclipse.persistence.sessions.remote.rmi.iiop with parameters of type RemoteCursoredStreamModifier and TypeMethodDescriptionRMIConnection.cursoredStreamNextPage(RemoteCursoredStream remoteCursoredStream, ReadQuery query, DistributedSession session, int pageSize) Retrieve next page size of objects from the remote cursored stream