Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Package cornell.slk.jkernel.core

Interface Summary
FastCopyGraph Classes that want to be fast-copied through a cross-task call should implement FastCopyGraph or FastCopyTree.
FastCopyTree Classes that want to be fast-copied through a cross-task call should implement FastCopyGraph or FastCopyTree.
Remote An interface is called a "remote interface" if it extends this class.
RemoteInputStream A RemoteInputStream is a remote interface for input streams.
RemoteOutputStream A RemoteOutputStream is a remote interface for output streams.
Resolver Given a class name, a Resolver looks up bytecode or a shared class.
ResourceResolver A resolver can implement ResourceResolver to indicate that it handles resources as well as bytecode.
 

Class Summary
Capability A J-Kernel capability is an object which may be shared with other tasks.
SharedClass A SharedClass is a capability for classes.
Task A J-Kernel Task is a collection of classes, objects, and thread segments, clearly separated from other tasks.
ThreadSegment A thread segment is the part of a thread that is currently running in a particular task.
 

Exception Summary
RemoteDeath  
RemoteException  
SharedClassException  
 


Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS