|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Team | |
edu.utah.janosvm.kit.isolate | An implementation of the JSR-121 prototype Isolate API. |
edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
Uses of Team in edu.utah.janosvm.kit.isolate |
Constructors in edu.utah.janosvm.kit.isolate with parameters of type Team | |
Isolate.Isolate(Team current,
java.lang.String mainClassName,
java.lang.String[] args,
java.lang.String name)
Construct the Isolate object that is local to a team. |
Uses of Team in edu.utah.janosvm.sys |
Fields in edu.utah.janosvm.sys declared as Team | |
private Team |
TeamBackEnd.peer
The object local to the team's heap that contains per-team state specific to that team. |
Methods in edu.utah.janosvm.sys that return Team | |
(package private) Team |
TeamBackEnd.getPeer()
Gets the Team peer associated with this TeamBackEnd. |
static Team |
Team.current()
|
Methods in edu.utah.janosvm.sys with parameters of type Team | |
void |
TeamListBackEnd.event(Team team,
int event)
Trigger an event notification for the given team. |
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |