|
JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.DeadTeamException
Uses of Class
|
Packages that use DeadTeamException | |
edu.utah.janosvm.kit.comm.amiga | An inter-team communication facility modeled on the Amiga IPC system. |
edu.utah.janosvm.resources | Resources managed by the JanosVM on a per-team basis. |
edu.utah.janosvm.sys | Provides the java interface to the JanosVM Team facilities. |
Uses of DeadTeamException in edu.utah.janosvm.kit.comm.amiga |
Methods in edu.utah.janosvm.kit.comm.amiga that throw DeadTeamException | |
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 DeadTeamException | |
FaxPortHandle.FaxPortHandle(TeamHandle team,
java.lang.Object id)
Construct a FaxPortHandle handle that refers to a specific export in a team. |
Uses of DeadTeamException in edu.utah.janosvm.resources |
Methods in edu.utah.janosvm.resources that throw DeadTeamException | |
static byte[] |
ClassPathResource.loadFile(java.lang.String name)
Load the file with the given name from the class path. |
static void |
ClassPathResource.addPath(java.lang.String path)
Add a class path to the globally available set. |
static void |
ClassPathResource.hidePath(java.lang.String path)
Hide a path from the global class path. |
static void |
ClassPathResource.removePath(java.lang.String path)
Remove a path from the global class path. |
Uses of DeadTeamException in edu.utah.janosvm.sys |
Methods in edu.utah.janosvm.sys that throw DeadTeamException | |
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)
|
TeamReservation |
TeamHandle.pushReservation()
Create a new reservation that reserves the TeamHandle this object points to. |
void |
TeamHandle.switchTo()
Start a visit to the TeamHandle this object points to. |
void |
Exportable.switchToOwner()
Switch the current thread to the this objects owner team. |
TeamReservation |
Exportable.pushOwnerReservation()
Push a TeamReservation for this objects owner team. |
static TeamHandle |
Team.create(java.lang.String name,
ResourceSpec[] specs)
|
static TeamHandle |
Team.create(java.lang.String name)
|
static TeamHandle |
Team.create(ResourceSpec[] specs)
|
static TeamHandle |
Team.create()
|
static TeamHandle |
Team.find(java.lang.String name)
Get a handle on the Team with the given name. |
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |