All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.util.FormattedDateUpdater

java.lang.Object
   |
   +----sun.server.util.FormattedDateUpdater

public class FormattedDateUpdater
extends Object
implements AlarmHandler

Constructor Index

 o FormattedDateUpdater()
Create a new FormattedDateUpdater to update the date cached in FormattedDate.

Method Index

 o handleAlarm(Alarm)
Handle the alarm to update the current time

Constructors

 o FormattedDateUpdater
  public FormattedDateUpdater()
Create a new FormattedDateUpdater to update the date cached in FormattedDate. There need only be one FormattedDateUpdater.

Methods

 o handleAlarm
  public void handleAlarm(Alarm a)
Handle the alarm to update the current time

Parameters:
a - the alarm we scheduled

All Packages  Class Hierarchy  This Package  Previous  Next  Index