All Packages Class Hierarchy This Package Previous Next Index
Class XSA.DefaultClient
java.lang.Object
|
+----XSA.DefaultClient
- public class DefaultClient
- extends Object
- implements XSAClient
This class is intended to be the XSA client used by most applications. It
compares the results of an XSA check with the results of the previous
check. The results of the previous check are stored using Java
serialization.
-
DefaultClient()
-
-
checkedVendor(Vendor)
-
-
checkingDone()
-
-
checkingStarts()
-
-
documentMoved(String, String)
-
-
error(String, String)
-
-
setChangeListener(ChangeListener)
- Tells the client which listener to notify for changes since the last
check.
-
setSavefile(String)
- Tells the client which result save file to use.
DefaultClient
public DefaultClient()
setSavefile
public void setSavefile(String filename)
- Tells the client which result save file to use. (This is used both for
reading and saving results.)
setChangeListener
public void setChangeListener(ChangeListener list)
- Tells the client which listener to notify for changes since the last
check.
checkingStarts
public void checkingStarts()
checkingDone
public void checkingDone()
error
public synchronized void error(String url,
String msg)
checkedVendor
public synchronized void checkedVendor(Vendor vendor)
documentMoved
public void documentMoved(String oldUrl,
String newUrl)
All Packages Class Hierarchy This Package Previous Next Index