|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamReservation | |
edu.utah.janosvm.kit.isolate | An implementation of the JSR-121 prototype Isolate API. |
edu.utah.janosvm.kit.management.team | An implementation of a TeamListHandler that converts TeamEvents to amiga style Messages. |
edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
Uses of TeamReservation in edu.utah.janosvm.kit.isolate |
Methods in edu.utah.janosvm.kit.isolate with parameters of type TeamReservation | |
void |
IsolateTeamList.event(TeamReservation tr,
TeamEvent ev)
|
Uses of TeamReservation in edu.utah.janosvm.kit.management.team |
Methods in edu.utah.janosvm.kit.management.team with parameters of type TeamReservation | |
void |
TeamListMessenger.event(TeamReservation tr,
TeamEvent ev)
|
Uses of TeamReservation in edu.utah.janosvm.sys |
Fields in edu.utah.janosvm.sys declared as TeamReservation | |
private TeamReservation |
ExportManager.ImportEnumerator.tr
Pointer to a TeamReservation that refers to the owner of the current Importable. |
Methods in edu.utah.janosvm.sys that return TeamReservation | |
TeamReservation |
ExportManager.ImportEnumerator.getReservation()
|
TeamReservation |
TeamHandle.pushReservation()
Create a new reservation that reserves the TeamHandle this object points to. |
TeamReservation |
Exportable.pushOwnerReservation()
Push a TeamReservation for this objects owner team. |
(package private) TeamReservation |
TeamBackEnd.pushReservation(int wrapCount)
|
(package private) TeamReservation |
TeamBackEnd.pushReservation()
|
Methods in edu.utah.janosvm.sys with parameters of type TeamReservation | |
void |
TeamList.event(TeamReservation tr,
TeamEvent ev)
Callback for handling events related to teams. |
void |
TeamListHandler.event(TeamReservation tr,
TeamEvent ev)
Callback for handling events related to teams. |
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |