uk.ac.mrc.hgmp.embreo
Class EmbreoShowDB

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

public class EmbreoShowDB
extends java.lang.Object


Constructor Summary
EmbreoShowDB(EmbreoParams mysettings)
          Makes a soap call to retrieve the showdb data
 
Method Summary
 java.lang.String getDBText()
          The output from showdb
 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

EmbreoShowDB

public EmbreoShowDB(EmbreoParams mysettings)
Makes a soap call to retrieve the showdb data

Parameters:
mysettings - EmbreoParams defining server parameters
Method Detail

getStatus

public java.lang.String getStatus()
The status of the request

Returns:
String 0 for success, anything else for failure. Failure may be interpreted as indicating that showdb is meaningless for an application.

getStatusMsg

public java.lang.String getStatusMsg()
A status message

Returns:
A string containing a status message. In the case of an error, contains a description of the error.

getDBText

public java.lang.String getDBText()
The output from showdb

Returns:
The output from showdb. It is the responsibility of the individual application or service to make sense of this output.