All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xset.ServiceEntry

java.lang.Object
   |
   +----xset.ServiceEntry

public class ServiceEntry
extends Object

Constructor Index

 o ServiceEntry(Document, long)
NOTE: There could be problems in the hashing of identical XML but with different spacing into different service IDs Note that the hashing of the DOM object is actually hashing a canonical XML output that I generate.
 o ServiceEntry(String, long)

Method Index

 o addHashtable(Hashtable)
 o getHashList()
 o getHeartBeat()
 o getid()
 o getXML()
 o toString()
 o updateTime(long)

Constructors

 o ServiceEntry
 public ServiceEntry(Document d,
                     long lastHeartBeat) throws XSetException
NOTE: There could be problems in the hashing of identical XML but with different spacing into different service IDs Note that the hashing of the DOM object is actually hashing a canonical XML output that I generate. Should fix this by adding a canonical XML transformer in SETutils.

 o ServiceEntry
 public ServiceEntry(String xmltext,
                     long lastHeartBeat) throws XSetException

Methods

 o updateTime
 public void updateTime(long newHeartBeat)
 o getHeartBeat
 public long getHeartBeat()
 o getid
 public String getid()
 o addHashtable
 public void addHashtable(Hashtable h)
 o getHashList
 public Vector getHashList()
 o toString
 public String toString()
Overrides:
toString in class Object
 o getXML
 public String getXML()

All Packages  Class Hierarchy  This Package  Previous  Next  Index