ManagedScheduledExecutorService
and related interfaces.@Deprecated public interface AlarmManagerEvents extends EventSourceEvents
javax.enterprise.concurrent.ManagedScheduledExecutorService
,
AlarmManager
Modifier and Type | Method and Description |
---|---|
void |
alarmThrewException(AlarmManager am,
Alarm a,
java.lang.Throwable exception)
Deprecated.
The fire method on an alarm owned by an AlarmManager threw an exception.
|
void |
destroyed(AlarmManager am)
Deprecated.
The indicated alarm manager is about to be destroyed.
|
listenerCountChanged, listenerExceptionThrown, unexpectedException
void destroyed(AlarmManager am)
am
- The AlarmManager being destroyed.void alarmThrewException(AlarmManager am, Alarm a, java.lang.Throwable exception)
am
- The owning AlarmManagera
- The alarm which threw the exceptionexception
- The exception.