org.emboss.jemboss.soap
Class GetHelp
java.lang.Object
org.emboss.jemboss.soap.GetHelp
- public class GetHelp
- extends java.lang.Object
Get the help text for an application
Method Summary |
java.lang.String |
getHelpText()
Get the help text |
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 |
statusmsg
private java.lang.String statusmsg
status
private java.lang.String status
helpText
private java.lang.String helpText
GetHelp
public GetHelp(java.lang.String acdProg,
JembossParams mysettings)
- Parameters:
acdProg
- name of application to get the help text formysettings
- jemboss properties
getStatus
public java.lang.String getStatus()
- The status of the request
- Returns:
- "0" for success, anything else for failure.
getStatusMsg
public java.lang.String getStatusMsg()
- A status message . In the case of an error, it will
contain a description of the error.
- Returns:
- status message
getHelpText
public java.lang.String getHelpText()
- Get the help text
- Returns:
- help text