com.caucho.network.listen
Class TcpPort.SuspendReaper

java.lang.Object
  extended by com.caucho.network.listen.TcpPort.SuspendReaper
All Implemented Interfaces:
AlarmListener, java.util.EventListener
Enclosing class:
TcpPort

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


Constructor Summary
TcpPort.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

TcpPort.SuspendReaper

public TcpPort.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