|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gswing.framework.ServerManager
public class ServerManager
Implements an interface to the server that hosts gswing runtime.
Constructor Summary | |
---|---|
ServerManager()
Constructor. |
Method Summary | |
---|---|
boolean |
initialise(IFramework framework)
Set up manager. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerManager()
Method Detail |
---|
public boolean initialise(IFramework framework)
framework
- DSpace framework.
public void uploadFile(String fileName, String path)
IServerManagement
uploadFile
in interface IServerManagement
fileName
- The file name.path
- Loaction of the files.public void uploadFiles(String[] fileNames, String path)
IServerManagement
uploadFiles
in interface IServerManagement
fileNames
- Names os the files to upload.path
- Loaction of the files.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |