|
JanosVM v0.6.0 Java API Documentation: Uses of Class edu.utah.janosvm.sys.Exportable
Uses of Class
|
Packages that use Exportable | |
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 Exportable in edu.utah.janosvm.kit.comm.amiga |
Methods in edu.utah.janosvm.kit.comm.amiga with parameters of type Exportable | |
protected void |
FaxPortHandle.bindTo(Exportable ex)
|
Uses of Exportable in edu.utah.janosvm.kit.comm.commspace |
Methods in edu.utah.janosvm.kit.comm.commspace with parameters of type Exportable | |
protected void |
CommHashtableHandle.bindTo(Exportable ex)
|
protected void |
CommQueuePusher.bindTo(Exportable ex)
|
protected void |
CommQueuePuller.bindTo(Exportable ex)
|
protected void |
CommSpaceHandle.bindTo(Exportable ex)
|
Uses of Exportable in edu.utah.janosvm.sys |
Methods in edu.utah.janosvm.sys with parameters of type Exportable | |
void |
ExportManager.setExport(Exportable ex)
If this manager is empty you can fill in its export with this function. |
protected abstract void |
Importable.bindTo(Exportable ex)
Bind this Importable to the given Exportable. |
protected void |
TeamList.bindTo(Exportable ex)
|
ExportManager |
PortAuthority.exportObject(java.lang.Object id,
Exportable ex)
Export an object with the given identifier. |
ExportManager |
PortAuthority.exportAnonymousObject(Exportable ex)
Export an object without a public identifier. |
void |
PortAuthority.revokeAnonymousObject(Exportable ex)
Revoke an anonymously exported object. |
protected void |
TeamHandle.bindTo(Exportable ex)
|
ExportManager |
Team.exportObject(java.lang.Object id,
Exportable ex)
|
ExportManager |
Team.exportAnonymousObject(Exportable ex)
|
void |
Team.revokeAnonymousObject(Exportable ex)
|
|
JanosVM v0.6.0 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |