|
JanosVM v1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.lang.isolate.Isolate.IsolateEventHandler
| Field Summary | |
private java.util.Vector |
cleaners
|
| Constructor Summary | |
Isolate.IsolateEventHandler()
|
|
| Method Summary | |
(package private) void |
addShutdownHook(java.lang.Runnable r)
|
(package private) boolean |
cleanersUsed()
|
void |
event(EventTeamHandle eth,
TeamReservation tr,
TeamEvent ev)
Callback for handling events related to teams. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait, wait0 |
| Field Detail |
private java.util.Vector cleaners
| Constructor Detail |
public Isolate.IsolateEventHandler()
| Method Detail |
boolean cleanersUsed()
void addShutdownHook(java.lang.Runnable r)
public void event(EventTeamHandle eth,
TeamReservation tr,
TeamEvent ev)
TeamEventHandlerNOTE: This is called in the context of the kernel so you must use the provided TeamReservation if you want to do anything in the team that caused the Event. The TeamEvent object is allocated in the kernel Team context.
NOTE: Do not modify the TeamEvent that is passed. You will confuse later receivers of the (same) event object. Do not store the TeamEvent object, as it will be modified for subsequent events.
event in interface TeamEventHandleredu.utah.janosvm.sys.TeamEventHandlereth - The handle that refers to the team that triggered the event.tr - A TeamReservation thats reserved the team that `this' is in.ev - The TeamEvent object that describes the event that occurred.
|
JanosVM v1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||