JanosVM v0.6.0 Java API

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

Packages that use ExportManager
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 ExportManager in edu.utah.janosvm.kit.server.memfs
 

Methods in edu.utah.janosvm.kit.server.memfs that return ExportManager
(package private)  ExportManager MemoryFileSystem.put(java.lang.String name, MemoryBlockBackEnd newbe)
          Put a memory block in the file system.
(package private)  ExportManager MemoryFileSystem.get(java.lang.String name)
          Get a memory block from the file system.
 

Uses of ExportManager in edu.utah.janosvm.sys
 

Fields in edu.utah.janosvm.sys declared as ExportManager
private  ExportManager Importable.em
          The manager of the export we're importing.
private  ExportManager Exportable.anonManager
          Our ExportManager if we're exported anonymously.
private static ExportManager TeamBackEnd.kernelManager
           
private  ExportManager TeamListBackEnd.em
          The ExportManager for our object.
 

Methods in edu.utah.janosvm.sys that return ExportManager
(package private)  ExportManager Importable.getExportManager()
           
 ExportManager PortAuthority.reserveExportID(java.lang.Object id)
          Attempt to reserve an exported identifier for future use.
 ExportManager PortAuthority.exportObject(java.lang.Object id, Exportable ex)
          Export an object with the given identifier.
 ExportManager PortAuthority.exportAnonymousObject(Exportable ex)
          Export an object without a public identifier.
private  ExportManager PortAuthority.findExport(java.lang.Object id)
          Find an export with the given identifier.
 ExportManager Exportable.getAnonymousManager()
           
 ExportManager Team.reserveExportID(java.lang.Object id)
           
 ExportManager Team.exportObject(java.lang.Object id, Exportable ex)
           
 ExportManager Team.exportAnonymousObject(Exportable ex)
           
 

Methods in edu.utah.janosvm.sys with parameters of type ExportManager
(package private)  void Importable.setExportManager(ExportManager em)
          Store the ExportManager for the object that is being imported.
private  void PortAuthority.revokeAnonymousObject(Exportable ex, ExportManager em)
           
(package private)  void Exportable.setAnonymousManager(ExportManager em)
          Set the ExportManager created when this object was exported anonymously.
 void TeamListBackEnd.setExportManager(ExportManager em)
           
(package private)  void Team.setKernelHandle(ExportManager kernelManager)
           
 

Constructors in edu.utah.janosvm.sys with parameters of type ExportManager
ExportManager.ImportEnumerator.ExportManager.ImportEnumerator()
           
Team.Team(ExportManager kernelManager)
          Construct a Team object.
 


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