|
|||||||
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.EmbreoFileRequest
Constructor Summary | |
EmbreoFileRequest(EmbreoParams mysettings,
java.lang.String method)
A file request with no arguments. |
|
EmbreoFileRequest(EmbreoParams mysettings,
java.lang.String method,
java.util.Vector args)
A file request with arguments. |
Method Summary | |
java.util.Enumeration |
elements()
The elements of the returned results hash |
java.lang.Object |
get(java.lang.Object key)
Gets an element out of the embreo result hash |
java.lang.String |
getStatus()
The status of the request |
java.lang.String |
getStatusMsg()
A status message |
java.util.Hashtable |
hash()
The returned results |
java.util.Enumeration |
keys()
The keys of the returned results hash |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoFileRequest(EmbreoParams mysettings, java.lang.String method) throws EmbreoAuthException
mysettings
- EmbreoParams defining server parametersmethod
- Which method to call on the serverEmbreoAuthException
- If authentication failspublic EmbreoFileRequest(EmbreoParams mysettings, java.lang.String method, java.util.Vector args) throws EmbreoAuthException
mysettings
- EmbreoParams defining server parametersmethod
- Which method to call on the serverargs
- A vector of argumentsEmbreoAuthException
- If authentication failsMethod Detail |
public java.lang.String getStatus()
public java.lang.String getStatusMsg()
public java.util.Hashtable hash()
public java.util.Enumeration elements()
public java.util.Enumeration keys()
public java.lang.Object get(java.lang.Object key)
key
- The key to look up
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |