com.ibm.websphere.asynchbeans
Interface AlarmManagerEvents
All Superinterfaces:
- public interface AlarmManagerEvents
- extends EventSourceEvents
See Also:
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
alarmThrewException(AlarmManager am,Alarm a,java.lang.Throwable exception)
The fire method on an alarm owned by an AlarmManager threw an exception.
|
|
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
- void destroyed(AlarmManager am)
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)
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.