JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.sys.TeamReservation

Packages that use TeamReservation
edu.utah.janosvm.kit.isolate An implementation of the JSR-121 prototype Isolate API. 
edu.utah.janosvm.kit.management.team A collection of classes for managing teams in the JanosVM. 
edu.utah.janosvm.sys Provides the java interface to the JanosVM Team facilities. 
java.lang.isolate JanosVM Isolate API Prototype 
 

Uses of TeamReservation in edu.utah.janosvm.kit.isolate
 

Methods in edu.utah.janosvm.kit.isolate with parameters of type TeamReservation
 void IsolateEventHandler.event(EventTeamHandle eth, 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 TeamEventMessenger.event(EventTeamHandle eth, 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 Exportable.pushOwnerReservation()
          Push a TeamReservation for this objects owner team.
 TeamReservation TeamHandle.pushReservation()
          Create a new reservation that reserves the team this object points to.
 TeamReservation ExportManager.ImportEnumerator.getReservation()
          May return null (if there isn't a valid Importable in the Enumerator).
(package private)  TeamReservation TeamBackEnd.pushReservation(int wrapCount)
           
(package private)  TeamReservation TeamBackEnd.pushReservation()
           
 

Methods in edu.utah.janosvm.sys with parameters of type TeamReservation
(package private) static void TeamHandle.popReservation(TeamReservation tr)
          Pop the last TeamReservation off the stack.
 void TeamEventHandler.event(EventTeamHandle eth, TeamReservation tr, TeamEvent ev)
          Callback for handling events related to teams.
(package private)  void EventTeamHandle.event(TeamReservation tr, TeamEvent te)
          Invoke the callback associated with this handler for the given TeamEvent
(package private) static void TeamBackEnd.popReservation(TeamReservation tr)
          Pop the last TeamReservation off the stack.
 

Uses of TeamReservation in java.lang.isolate
 

Methods in java.lang.isolate with parameters of type TeamReservation
private  void Isolate.cloneContextNode(TeamReservation inittr, java.util.prefs.TransientPreferences parentPrefs, java.util.prefs.TransientPreferences childPrefs)
           
private  java.util.prefs.TransientPreferences Isolate.cloneContext(TeamReservation inittr, java.util.prefs.TransientPreferences parentPrefs)
          Deeply clone the context.
 void Isolate.IsolateEventHandler.event(EventTeamHandle eth, TeamReservation tr, TeamEvent ev)
           
private  void EventLink_Attached.handleIsoEvent(TeamReservation tr, IsolateEvent.Type isoEvType)
           
private  void EventLink_Attached.handleEvent(TeamReservation tr, TeamEvent ev)
           
 void IsolateBackEnd.event(EventTeamHandle eth, TeamReservation tr, TeamEvent ev)
          Event handler for JanosVM events.
 


JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003