|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.xmlquery.Statistic
public class Statistic
EDM Statisti class.
| Constructor Summary | |
|---|---|
Statistic()
|
|
Statistic(Node root)
Instantiates an Statistic instance from an Statistic structure in DOM node format. |
|
Statistic(String url,
long time)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getTime()
Gets the search time |
String |
getURL()
Gets the URL string. |
static void |
main(String[] args)
|
void |
setTime(long time)
Sets the search time |
Node |
toXML(Document doc)
doc The org.w3c.dom.Document object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistic()
public Statistic(String url,
long time)
url - The server's URL.time - The search time used by the server indicted by url.public Statistic(Node root)
root - The DOM node.| Method Detail |
|---|
public Node toXML(Document doc)
throws DOMException
DOMExceptionpublic String getURL()
public long getTime()
public void setTime(long time)
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||