|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.mrc.hgmp.embreo.filemgr.EmbreoFilePut
Constructor Summary | |
EmbreoFilePut(EmbreoParams mysettings,
java.lang.String fileRoot,
java.lang.String fileName,
java.lang.Object fileData)
Put a file to an embreo server |
Method Summary | |
java.lang.String |
getStatus()
The status of the request |
java.lang.String |
getStatusMsg()
A status message |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoFilePut(EmbreoParams mysettings, java.lang.String fileRoot, java.lang.String fileName, java.lang.Object fileData) throws EmbreoAuthException
mysettings
- EmbreoParams configurationfileRoot
- Name of the filesystem to send tofileName
- The name of the file relative to fileRootfileData
- An Object containing the file dataand
- EmbreoAuthException if authentication failsMethod Detail |
public java.lang.String getStatus()
public java.lang.String getStatusMsg()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |