|
JanosVM v0.5.1 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.management.team | |
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
|
class |
FaxPortHandle
|
Uses of Importable in edu.utah.janosvm.kit.management.team |
Subclasses of Importable in edu.utah.janosvm.kit.management.team | |
class |
TeamListMessenger
A TeamList implementation that sends TeamListMessages to a MsgPort. |
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 | |
boolean |
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.5.1 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |