uk.ac.mrc.hgmp.embreo
Class EmbreoResListView

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

public class EmbreoResListView
extends java.lang.Object


Constructor Summary
EmbreoResListView(EmbreoParams mysettings)
          Display a result set.
EmbreoResListView(EmbreoParams mysettings, EmbreoPendingResults epr)
          Display a result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoResListView

public EmbreoResListView(EmbreoParams mysettings)
                  throws EmbreoAuthException
Display a result set. Throws an EmbreoAuthException if it can't authenticate at all; if the original login succeeds but we get authentication failures later then they're caught internally

Parameters:
mysettings - EmbreoParams with configuration

EmbreoResListView

public EmbreoResListView(EmbreoParams mysettings,
                         EmbreoPendingResults epr)
                  throws EmbreoAuthException
Display a result set. Throws an EmbreoAuthException if it can't authenticate at all; if the original login succeeds but we get authentication failures later then they're caught internally

Parameters:
mysettings - EmbreoParams with configuration
epr - An existing set of results. If null, gets the list from the server.