| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.SearchXMLObject
atg.search.routing.command.search.Pool
public class Pool
The appplication of the minimum relevancy threshold
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| Pool() | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object pObject) | 
| protected static Pool | fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml) | 
| protected  void | getAttributeXML(java.lang.StringBuilder sb)Override to provide attributes. | 
| protected  void | getBodyXML(java.lang.StringBuilder sb)Override to provide the body of the xml. | 
|  java.lang.String | getCompare()Returns comparison operator between system value and configuration setting | 
|  java.lang.String | getRequestTag()Gets the xml element tag used in the request | 
|  int | getSetting()Returns configuration value | 
|  DiagnosticStatus | getStatus()Returns diagnsotic status | 
|  java.lang.String | getValue()Returns the system value | 
|  int | hashCode() | 
|  void | setCompare(java.lang.String pCompare)Sets comparison operator between system value and configuration setting | 
|  void | setSetting(int pSetting)Sets configuration value | 
|  void | setStatus(DiagnosticStatus pStatus)Sets diagnsotic status | 
|  void | setValue(java.lang.String pValue)Sets the system value | 
| Methods inherited from class atg.search.routing.command.SearchXMLObject | 
|---|
| appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public Pool()
| Method Detail | 
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic DiagnosticStatus getStatus()
public void setStatus(DiagnosticStatus pStatus)
pStatus - diagnsotic statuspublic int getSetting()
public void setSetting(int pSetting)
pSetting - configuration valuepublic java.lang.String getCompare()
public void setCompare(java.lang.String pCompare)
pCompare - comparison operator between system value and configuration settingpublic java.lang.String getValue()
public void setValue(java.lang.String pValue)
pValue - system valueprotected static Pool fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getAttributeXML(java.lang.StringBuilder sb)
                        throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectsb - shared buffer
atg.search.routing.command.IncompleteCommandException - if required values are missing
protected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectsb - shared buffer
atg.search.routing.command.IncompleteCommandException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||