|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.services.SynergyNetService
synergynetframework.appsystem.services.net.filestore.FileStoreClient
public class FileStoreClient
The Class FileStoreClient.
| Constructor Summary | |
|---|---|
FileStoreClient()
Instantiates a new file store client. |
|
| Method Summary | |
|---|---|
boolean |
hasStarted()
Checks for started. |
void |
run()
|
java.lang.String |
sendFile(java.io.File file)
Send file. |
void |
shutdown()
Shutdown. |
void |
start()
Start. |
void |
stop()
Stop. |
void |
update()
Used to avoid threading issues. |
| Methods inherited from class synergynetframework.appsystem.services.SynergyNetService |
|---|
registerServiceMessageListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileStoreClient()
| Method Detail |
|---|
public boolean hasStarted()
SynergyNetService
hasStarted in class SynergyNetServicepublic void run()
run in interface java.lang.Runnable
public java.lang.String sendFile(java.io.File file)
throws java.io.IOException
file - the file
java.io.IOException - Signals that an I/O exception has occurred.public void shutdown()
SynergyNetService
shutdown in class SynergyNetService
public void start()
throws CouldNotStartServiceException
SynergyNetService
CouldNotStartServiceException - the could not start service exception
public void stop()
throws ServiceNotRunningException
SynergyNetService
stop in class SynergyNetServiceServiceNotRunningException - the service not running exceptionpublic void update()
SynergyNetService
update in class SynergyNetService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||