JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.Importable
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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. |
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. |
protected void |
Importable.copy(Importable im)
Copy the reference of the given Importable. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |