|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.mrc.hgmp.embreo.EmbreoAppList
Constructor Summary | |
EmbreoAppList(java.lang.String listType,
EmbreoParams mysettings)
Retrieve the list of available applications from an Embreo Server |
Method Summary | |
java.util.Enumeration |
elements()
Gives the returned elements of the embreo request |
java.lang.Object |
get(java.lang.Object key)
Extract an element of the embreo results hash |
java.util.Hashtable |
getHash()
Gives the hash returned by the embreo request, in raw form |
int |
getNumProgs()
How many programs are available |
java.lang.String[] |
getProgDescription()
The program descriptions as a String array |
java.lang.String[] |
getProgsList()
The available programs as a String array |
java.lang.String |
getStatus()
The success of the request |
java.lang.String |
getStatusMsg()
A status message from the server. |
java.util.Enumeration |
keys()
Gives the returned keys of the embreo request |
boolean |
succeeded()
Whether the underlying soap call worked |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoAppList(java.lang.String listType, EmbreoParams mysettings)
listType
- The format we want the list in
Basic format is a simple list
Extended format is a hash of app/descriptionmysettings
- EmbreoParams defining server parametersMethod Detail |
public int getNumProgs()
public java.lang.String[] getProgsList()
public java.lang.String[] getProgDescription()
public boolean succeeded()
public java.lang.String getStatus()
public java.lang.String getStatusMsg()
public java.util.Enumeration elements()
public java.util.Enumeration keys()
public java.lang.Object get(java.lang.Object key)
public java.util.Hashtable getHash()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |