Google

JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.Exportable
JanosVM v0.6.0 Java API

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

Packages that use Exportable
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.sys Provides the java interface to the JanosVM Team facilities. 
 

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

Methods in edu.utah.janosvm.kit.comm.amiga with parameters of type Exportable
protected  void FaxPortHandle.bindTo(Exportable ex)
           
 

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

Methods in edu.utah.janosvm.kit.comm.commspace with parameters of type Exportable
protected  void CommHashtableHandle.bindTo(Exportable ex)
           
protected  void CommQueuePusher.bindTo(Exportable ex)
           
protected  void CommQueuePuller.bindTo(Exportable ex)
           
protected  void CommSpaceHandle.bindTo(Exportable ex)
           
 

Uses of Exportable in edu.utah.janosvm.sys
 

Methods in edu.utah.janosvm.sys with parameters of type Exportable
 void ExportManager.setExport(Exportable ex)
          If this manager is empty you can fill in its export with this function.
protected abstract  void Importable.bindTo(Exportable ex)
          Bind this Importable to the given Exportable.
protected  void TeamList.bindTo(Exportable ex)
           
 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.
 void PortAuthority.revokeAnonymousObject(Exportable ex)
          Revoke an anonymously exported object.
protected  void TeamHandle.bindTo(Exportable ex)
           
 ExportManager Team.exportObject(java.lang.Object id, Exportable ex)
           
 ExportManager Team.exportAnonymousObject(Exportable ex)
           
 void Team.revokeAnonymousObject(Exportable ex)
           
 


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