All Packages Class Hierarchy This Package Previous Next Index
Class xset.ServiceEntry
java.lang.Object
|
+----xset.ServiceEntry
- public class ServiceEntry
- extends Object
-
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.
-
ServiceEntry(String, long)
-
-
addHashtable(Hashtable)
-
-
getHashList()
-
-
getHeartBeat()
-
-
getid()
-
-
getXML()
-
-
toString()
-
-
updateTime(long)
-
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.
ServiceEntry
public ServiceEntry(String xmltext,
long lastHeartBeat) throws XSetException
updateTime
public void updateTime(long newHeartBeat)
getHeartBeat
public long getHeartBeat()
getid
public String getid()
addHashtable
public void addHashtable(Hashtable h)
getHashList
public Vector getHashList()
toString
public String toString()
- Overrides:
- toString in class Object
getXML
public String getXML()
All Packages Class Hierarchy This Package Previous Next Index