org.gswing.framework.services
Interface IServerManagement

All Known Implementing Classes:
ServerManager

public interface IServerManagement

Contract for server manager.


Method Summary
 void uploadFile(String fileName, String path)
          Upload a file to the server from the specified directory.
 void uploadFiles(String[] fileNames, String path)
          Upload files to the server from the specified directory.
 

Method Detail

uploadFiles

void uploadFiles(String[] fileNames,
                 String path)
Upload files to the server from the specified directory.

Parameters:
fileNames - Names os the files to upload.
path - Loaction of the files.

uploadFile

void uploadFile(String fileName,
                String path)
Upload a file to the server from the specified directory.

Parameters:
fileName - The file name.
path - Loaction of the files.


Copyright © 2008. All Rights Reserved.