JanosVM v0.6.0 Java API

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

Packages that use Importable
edu.utah.janosvm.kit.comm.amiga An inter-team communication facility modeled on the Amiga IPC system. 
edu.utah.janosvm.kit.comm.commspace A tuple space communication mechanism for the JanosVM. 
edu.utah.janosvm.kit.server.memfs An extended example for the JanosVM that implements a memory file system. 
edu.utah.janosvm.sys Provides the java interface to the JanosVM Team facilities. 
 

Uses of Importable in edu.utah.janosvm.kit.comm.amiga
 

Subclasses of Importable in edu.utah.janosvm.kit.comm.amiga
 class FaxPort
          Local handle on a FaxPortBackEnd port.
 class FaxPortHandle
          A handle for sending faxes to other teams.
 

Uses of Importable in edu.utah.janosvm.kit.comm.commspace
 

Subclasses of Importable in edu.utah.janosvm.kit.comm.commspace
 class CommHashtableHandle
          A handle for a CommHashtable that may be in another Flow.
 class CommQueuePuller
          A handle for the owner of the CommQueue to pull elements out of it.
 class CommQueuePusher
          A handle for other flows to push elements onto a CommQueue.
 class CommSpaceHandle
          A handle on a CommSpace.
 

Uses of Importable in edu.utah.janosvm.kit.server.memfs
 

Subclasses of Importable in edu.utah.janosvm.kit.server.memfs
(package private)  class MemoryBlock
          A fault tolerant handle for a MemoryBlockBackEnd.
 

Uses of Importable in edu.utah.janosvm.sys
 

Subclasses of Importable in edu.utah.janosvm.sys
 class Team
          Peer object for a TeamBackEnd.
 class TeamHandle
          Provides a safe handle to a Team.
 class TeamList
          An Importable for TeamListBackEnd that just provides a path for callbacks.
 

Fields in edu.utah.janosvm.sys declared as Importable
private  Importable ExportManager.ImportEnumerator.im
          Pointer to the current Importable we're traversing.
 

Methods in edu.utah.janosvm.sys that return Importable
 Importable ExportManager.ImportEnumerator.getImportable()
           
 

Methods in edu.utah.janosvm.sys with parameters of type Importable
 void ExportManager.addImporter(Importable im)
          Add an Importable to the list of objects importing our export.
(package private)  boolean ExportManager.remImporter(Importable im)
          Remove an importer from the list of objects importing our export.
protected  void Importable.copy(Importable im)
          Copy the reference of the given Importable.
(package private) static boolean PortAuthority.register(Importable im)
          Register the Importable internally so that we're revoked when the team dies.
(package private) static void PortAuthority.unregister(Importable im)
          Unregister the Importable internally.
 void PortAuthority.importObject(Importable to, TeamHandle from, java.lang.Object id)
          Import a publicly available object from another team.
 void PortAuthority.cancelImport(Importable im)
          Break the reference of the given Importable.
 void TeamHandle.importObject(Importable to, java.lang.Object id)
           
 void TeamHandle.cancelImport(Importable im)
           
 


JanosVM v0.6.0 Java API

This documentation is Copyright (C) 2000-2002 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 Mar 17, 2002