|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamEjectionException | |
edu.utah.janosvm.kit.comm.amiga | An inter-team communication facility modeled on the Amiga IPC system. |
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. |
java.lang.isolate | JanosVM Isolate API Prototype |
Uses of TeamEjectionException in edu.utah.janosvm.kit.comm.amiga |
Methods in edu.utah.janosvm.kit.comm.amiga that throw TeamEjectionException | |
void |
FaxPortHandle.putFacsimile(Facsimile fax)
Put a fax on the FaxPortBackEnd's queue. |
protected void |
Facsimile.reply()
Send this fax back as a reply. |
Constructors in edu.utah.janosvm.kit.comm.amiga that throw TeamEjectionException | |
FaxPortHandle(TeamHandle team,
java.lang.Object id)
Construct a FaxPortHandle handle that refers to a specific export in a team. |
Uses of TeamEjectionException in edu.utah.janosvm.kit.server.memfs |
Methods in edu.utah.janosvm.kit.server.memfs that throw TeamEjectionException | |
(package private) void |
MemoryBlock.write(int cursor,
byte[] buffer,
int offset,
int length)
|
(package private) boolean |
MemoryBlock.delete()
|
(package private) void |
MemoryBlock.sync()
Force a write to disk of the whole MemoryFileSystem. |
(package private) void |
MemoryBlockBackEnd.write(int cursor,
byte[] buffer,
int offset,
int length)
|
Uses of TeamEjectionException in edu.utah.janosvm.sys |
Methods in edu.utah.janosvm.sys that throw TeamEjectionException | |
void |
Exportable.switchToOwner()
Switch the current thread to the this objects owner team. |
void |
TeamHandle.importObject(Importable to,
java.lang.Object id)
|
void |
TeamHandle.switchTo()
Start a visit from the current team to the team this handle refers to. |
void |
PortAuthority.importObject(Importable to,
TeamHandle from,
java.lang.Object id)
Import a publicly available object from another team. |
static TeamHandle |
Team.find(TeamHandle th,
java.lang.String name)
Get a handle on the Team with the given name. |
static TeamHandle |
Team.find(java.lang.String name)
Get a handle on the Team with the given name. |
(package private) boolean |
TeamBackEnd.switchTo(int wrapCount)
Start a visit. |
(package private) boolean |
TeamBackEnd.switchTo()
Basic visit wrapper provided for code that operates directly on TeamBackEnds. |
void |
TeamReservation.visit()
Switch the current thread to the team encoded in this Reservation. |
Uses of TeamEjectionException in java.lang.isolate |
Methods in java.lang.isolate that throw TeamEjectionException | |
private void |
Isolate.cloneContextNode(TeamReservation inittr,
java.util.prefs.TransientPreferences parentPrefs,
java.util.prefs.TransientPreferences childPrefs)
|
private java.util.prefs.TransientPreferences |
Isolate.cloneContext(TeamReservation inittr,
java.util.prefs.TransientPreferences parentPrefs)
Deeply clone the context. |
|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |