Methods in edu.utah.janosvm.sys that return ExportManager |
ExportManager |
PortAuthority.reserveExportID(java.lang.Object id)
Attempt to reserve an exported identifier for future use. |
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. |
ExportManager |
Exportable.getAnonymousManager()
|
ExportManager |
Team.reserveExportID(java.lang.Object id)
|
ExportManager |
Team.exportObject(java.lang.Object id,
Exportable ex)
|
ExportManager |
Team.exportAnonymousObject(Exportable ex)
|