Uses of Class
org.eclipse.emf.emfstore.internal.server.filetransfer.FileTransferInformation

Packages that use FileTransferInformation
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.filetransfer   
 

Uses of FileTransferInformation in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return FileTransferInformation
 FileTransferInformation XmlRpcConnectionManager.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc with parameters of type FileTransferInformation
 FileChunk XmlRpcConnectionManager.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Uses of FileTransferInformation in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return FileTransferInformation
 FileTransferInformation EMFStore.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type FileTransferInformation
 FileChunk EMFStore.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Uses of FileTransferInformation in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return FileTransferInformation
 FileTransferInformation XmlRpcEmfStoreImpl.uploadFileChunk(SessionId sessionId, ProjectId projectId, FileChunk fileChunk)
          Uploads a file chunk to the server.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type FileTransferInformation
 FileChunk XmlRpcEmfStoreImpl.downloadFileChunk(SessionId sessionId, ProjectId projectId, FileTransferInformation fileInformation)
          Downloads a file chunk from the server.
 

Uses of FileTransferInformation in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return FileTransferInformation
 FileTransferInformation FileTransferSubInterfaceImpl.uploadFileChunk(ProjectId projectId, FileChunk fileChunk)
          Writes a chunk to the file linked to the fileInformation in the fileChunk.
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type FileTransferInformation
 FileChunk FileTransferSubInterfaceImpl.downloadFileChunk(ProjectId projectId, FileTransferInformation fileInformation)
          Reads a chunk from the file linked to the fileInformation.
 

Uses of FileTransferInformation in org.eclipse.emf.emfstore.internal.server.filetransfer
 

Methods in org.eclipse.emf.emfstore.internal.server.filetransfer that return FileTransferInformation
 FileTransferInformation FileChunk.getFileInformation()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.filetransfer with parameters of type FileTransferInformation
static FileChunk FilePartitionerUtil.readChunk(File file, FileTransferInformation fileInformation)
          Reads a file chunk from a file.
 void FileChunk.setFileInformation(FileTransferInformation fileInformation)
           
 

Constructors in org.eclipse.emf.emfstore.internal.server.filetransfer with parameters of type FileTransferInformation
FileChunk(FileTransferInformation fileInformation, boolean end, byte[] data)
          Default constructor.
 



Copyright © 2015. All Rights Reserved.