JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.NoSuchExportException
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchExportException | |
edu.utah.janosvm.kit.comm.amiga | An inter-team communication facility modeled on the Amiga IPC system. |
edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
Uses of NoSuchExportException in edu.utah.janosvm.kit.comm.amiga |
Constructors in edu.utah.janosvm.kit.comm.amiga that throw NoSuchExportException | |
FaxPortHandle.FaxPortHandle(TeamHandle team,
java.lang.Object id)
Construct a FaxPortHandle handle that refers to a specific export in a team. |
Uses of NoSuchExportException in edu.utah.janosvm.sys |
Methods in edu.utah.janosvm.sys that throw NoSuchExportException | |
void |
PortAuthority.revokeObject(java.lang.Object id)
Revoke access to the export with given identifier. |
void |
PortAuthority.revokeAnonymousObject(Exportable ex)
Revoke an anonymously exported object. |
void |
PortAuthority.importObject(Importable to,
TeamHandle from,
java.lang.Object id)
Import a publicly available object from another team. |
void |
TeamHandle.importObject(Importable to,
java.lang.Object id)
|
static TeamHandle |
Team.find(java.lang.String name)
Get a handle on the Team with the given name. |
void |
Team.revokeObject(java.lang.Object id)
XXX rename to revokeExport |
void |
Team.revokeAnonymousObject(Exportable ex)
|
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |