cyclecnt.server
Class UserAlerts
java.lang.Object
cyclecnt.server.UserAlerts
- public class UserAlerts
- extends Object
This class checks the status of pending fixture probe replacements,
and mails a report to the Test Engineering group.
- Since:
- 1.2
- Version:
- 1.2, 5/12/04
- Author:
- Phillip Smelt
|
Method Summary |
static void |
main(String[] args)
This method performs all the work of this class. |
main
public static void main(String[] args)
- This method performs all the work of this class. It is called from a Linux
shell script, so the method has to be 'public static void main(String[] args)'.
- Parameters:
args - Required by Java language, but ignored by this method.