com.ibm.websphere.asynchbeans

Interface AlarmManagerEvents

All Superinterfaces:
EventSourceEvents

  1. public interface AlarmManagerEvents
  2. extends EventSourceEvents
These are events which can be thrown by an Alarm/AlarmManager.
See Also:
AlarmManager

Method Summary

Modifier and Type Method and Description
  1. void
alarmThrewException(AlarmManager am,Alarm a,java.lang.Throwable exception)
The fire method on an alarm owned by an AlarmManager threw an exception.
  1. void
destroyed(AlarmManager am)
The indicated alarm manager is about to be destroyed.
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents
listenerCountChanged, listenerExceptionThrown, unexpectedException

Method Detail

destroyed

  1. void destroyed(AlarmManager am)
The indicated alarm manager is about to be destroyed.
Parameters:
am - The AlarmManager being destroyed.

alarmThrewException

  1. void alarmThrewException(AlarmManager am,
  2. Alarm a,
  3. java.lang.Throwable exception)
The fire method on an alarm owned by an AlarmManager threw an exception.
Parameters:
am - The owning AlarmManager
a - The alarm which threw the exception
exception - The exception.