java.lang.Object
com.k_int.IR.IRStatusReport
- public class IRStatusReport
- extends java.lang.Object
KISR_NS
private static final java.lang.String KISR_NS
- See Also:
- Constant Field Values
source_short_name
public java.lang.String source_short_name
source_long_name
public java.lang.String source_long_name
source_id
public java.lang.String source_id
status
public java.lang.String status
num_hits
public int num_hits
current_hwm
public int current_hwm
recent_messages
public java.util.Vector recent_messages
child_reports
public IRStatusReport[] child_reports
IRStatusReport
public IRStatusReport(java.lang.String sn,
java.lang.String ln,
java.lang.String id,
java.lang.String status,
int nh,
int ch,
IRStatusReport[] cr,
java.util.Vector recent_messages)
getSourceShortName
public java.lang.String getSourceShortName()
getSourceLongName
public java.lang.String getSourceLongName()
getSourceId
public java.lang.String getSourceId()
getEstTotalHits
public int getEstTotalHits()
getCurrentSize
public int getCurrentSize()
getStatus
public java.lang.String getStatus()
getChildReports
public IRStatusReport[] getChildReports()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method
never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string
concatenation with this object. If the result is
null, string concatenation will instead
use "null".
The default implementation returns
getClass().getName() + "@" +
Integer.toHexString(hashCode()).
toXMLNode
public org.w3c.dom.Element toXMLNode(org.w3c.dom.Document parent_doc)
getRecentMessages
public java.util.Vector getRecentMessages()