BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


commonj.timers
Interface CancelTimerListener

All Superinterfaces:
TimerListener

public interface CancelTimerListener
extends TimerListener

This is implemented by developers that require a cancel event.

The J2EE context active on the thread during TimerListener scheduling will be applied to the timerCancel method. See TimerManager for details.

Since:
1.0
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void timerCancel(Timer timer)
          This is called when timer is cancelled using the Timer.cancel() method.
 
Methods inherited from interface commonj.timers.TimerListener
timerExpired
 

Method Detail

timerCancel

public void timerCancel(Timer timer)
This is called when timer is cancelled using the Timer.cancel() method.

Parameters:
timer - the Timer object that was cancelled.
Since:
1.0

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.