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.


Constructor Index

 o DefaultClient()

Method Index

 o checkedVendor(Vendor)
 o checkingDone()
 o checkingStarts()
 o documentMoved(String, String)
 o error(String, String)
 o setChangeListener(ChangeListener)
Tells the client which listener to notify for changes since the last check.
 o setSavefile(String)
Tells the client which result save file to use.

Constructors

 o DefaultClient
 public DefaultClient()

Methods

 o setSavefile
 public void setSavefile(String filename)
Tells the client which result save file to use. (This is used both for reading and saving results.)

 o setChangeListener
 public void setChangeListener(ChangeListener list)
Tells the client which listener to notify for changes since the last check.

 o checkingStarts
 public void checkingStarts()
 o checkingDone
 public void checkingDone()
 o error
 public synchronized void error(String url,
                                String msg)
 o checkedVendor
 public synchronized void checkedVendor(Vendor vendor)
 o documentMoved
 public void documentMoved(String oldUrl,
                           String newUrl)

All Packages  Class Hierarchy  This Package  Previous  Next  Index