uk.ac.mrc.hgmp.embreo
Class EmbreoGroupList

java.lang.Object
  |
  +--uk.ac.mrc.hgmp.embreo.EmbreoGroupList

public class EmbreoGroupList
extends java.lang.Object


Constructor Summary
EmbreoGroupList(java.lang.String listType, EmbreoParams mysettings)
          Get a list of application groups
 
Method Summary
 java.util.Enumeration elements()
          The elements of the embreo response hash
 java.lang.Object get(java.lang.Object key)
          Retrieves an entry out of the embreo response hash
 java.util.Hashtable getHash()
          The embreo response hash in raw form
 java.lang.String getStatus()
          The embreo return status
 java.lang.String getStatusMsg()
          The embreo status message
 java.util.Enumeration keys()
          The keys of the embreo response hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoGroupList

public EmbreoGroupList(java.lang.String listType,
                       EmbreoParams mysettings)
Get a list of application groups

Parameters:
listType - What sort of list to return
mysettings - EmbreoParams defining server parameters
Method Detail

getStatus

public java.lang.String getStatus()
The embreo return status

Returns:
The Strings 0 or 1. If 1, this is interpreted as groups not being supported for this application.

getStatusMsg

public java.lang.String getStatusMsg()
The embreo status message

Returns:
A string with the error. Not actually used, as an error is treated as this operation being unsupported.

elements

public java.util.Enumeration elements()
The elements of the embreo response hash


keys

public java.util.Enumeration keys()
The keys of the embreo response hash


get

public java.lang.Object get(java.lang.Object key)
Retrieves an entry out of the embreo response hash


getHash

public java.util.Hashtable getHash()
The embreo response hash in raw form