|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlarmManagerEvents
These are events which can be thrown by an Alarm/AlarmManager.
AlarmManager
Method Summary | |
---|---|
void |
alarmThrewException(AlarmManager am,
Alarm a,
java.lang.Throwable exception)
The fire method on an alarm owned by an AlarmManager threw an exception. |
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 |
---|
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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |