JanosVM v1.0 API

Uses of Interface
edu.utah.janosvm.sys.TeamEventHandler

Packages that use TeamEventHandler
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 TeamEventHandler in edu.utah.janosvm.kit.isolate
 

Classes in edu.utah.janosvm.kit.isolate that implement TeamEventHandler
(package private)  class IsolateEventHandler
           
 

Uses of TeamEventHandler in edu.utah.janosvm.kit.management.team
 

Classes in edu.utah.janosvm.kit.management.team that implement TeamEventHandler
 class TeamEventMessenger
          A TeamEventHandler implementation that sends TeamEventMessages to a MsgPort.
 

Uses of TeamEventHandler in edu.utah.janosvm.sys
 

Fields in edu.utah.janosvm.sys declared as TeamEventHandler
private  TeamEventHandler EventTeamHandle.teh
          The user defined event handler.
 

Methods in edu.utah.janosvm.sys that return TeamEventHandler
 TeamEventHandler EventTeamHandle.getEventHandler()
          Get the event handler associated with this handle.
 

Methods in edu.utah.janosvm.sys with parameters of type TeamEventHandler
 void EventTeamHandle.setEventHandler(TeamEventHandler teh)
          Set the event handler associated with this handle, overwrites previous handler, if any.
 

Constructors in edu.utah.janosvm.sys with parameters of type TeamEventHandler
EventTeamHandle(int eventMask, TeamEventHandler teh, TeamHandle th)
          Construct an EventTeamHandle with the given mask and handler for the team associated with the given TeamHandle.
EventTeamHandle(int eventMask, TeamEventHandler teh)
          Construct an EventTeamHandle with the given mask and handler.
EventTeamHandle(TeamEventHandler teh)
          Construct an EventTeamHandle with the given handler.
EventTeamHandle(TeamEventHandler teh, TeamHandle th)
          Construct an EventTeamHandle with the given handler and attach it to the given team.
 

Uses of TeamEventHandler in java.lang.isolate
 

Classes in java.lang.isolate that implement TeamEventHandler
(package private)  class Isolate.IsolateEventHandler
           
(package private)  class IsolateBackEnd
          Unique object (one per Isolate) that stores the state for that isolate (initial io bindings, context, etc.)
 


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