gov.lanl.Web
Class Alert

java.lang.Object
  |
  +--gov.lanl.Web.Alert

public class Alert
extends java.lang.Object

Class declaration

Version:
%I%, %G%
Author:

Constructor Summary
Alert()
          Default Constructor
 
Method Summary
 void check(Content report, User user)
          Check the content for matching alerts
 void setProperties(java.util.Properties props)
          Set the Properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alert

public Alert()
Default Constructor

See Also:
Method Detail

setProperties

public void setProperties(java.util.Properties props)
Set the Properties

Parameters:
props -
See Also:

check

public void check(Content report,
                  User user)
Check the content for matching alerts

Parameters:
report - (The report to be checked)
user - (the person sending the report)
See Also:


Copyright © 2000 University of California. All Rights Reserved.