com.ibm.websphere.asynchbeans

Interface AlarmManagerEvents

  • All Superinterfaces:
    EventSourceEvents

    Deprecated. 
    Interfaces for alarms and alarm management are replaced by ManagedScheduledExecutorService and related interfaces.

    @Deprecated
    public interface AlarmManagerEvents
    extends EventSourceEvents
    These are events which can be thrown by an Alarm/AlarmManager.
    See Also:
    javax.enterprise.concurrent.ManagedScheduledExecutorService, AlarmManager
    • Method Detail

      • destroyed

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

        void alarmThrewException(AlarmManager am,
                               Alarm a,
                               java.lang.Throwable exception)
        Deprecated. 
        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.
IBM WebSphere Application ServerTM
Release 9.0