com.caucho.server.port
Class Port.SuspendReaper

java.lang.Object
  extended by com.caucho.server.port.Port.SuspendReaper
All Implemented Interfaces:
AlarmListener, java.util.EventListener
Enclosing class:
Port

public class Port.SuspendReaper
extends java.lang.Object
implements AlarmListener


Constructor Summary
Port.SuspendReaper()
           
 
Method Summary
 void handleAlarm(Alarm alarm)
          Handles a callback from an alarm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port.SuspendReaper

public Port.SuspendReaper()
Method Detail

handleAlarm

public void handleAlarm(Alarm alarm)
Description copied from interface: AlarmListener
Handles a callback from an alarm.

Specified by:
handleAlarm in interface AlarmListener