com.sun.jump.common |
This package consists of common abstractions shared between the executive
process and the isolate instances.
|
Java Source File Name | Type | Comment |
JUMPApplication.java | Class | A representation of executable application content in the jump environment.
Because we can have different app types (e.g., XLET v. |
JUMPApplicationTest.java | Class | |
JUMPAppModel.java | Class | JUMPAppModel enumerates the application models supported
by JUMP. |
JUMPContent.java | Interface | An abstraction for any type of content that is installed on the system. |
JUMPIsolate.java | Interface | JUMPIsolate defines the common funtionality of an
isolate in the JUMP system. |
JUMPProcess.java | Interface | JUMPProcess abstracts an OS process which runs the JUMP
components. |
JUMPProcessProxy.java | Interface | JUMPProcessProxy is a proxy to a JUMPProcess . |
JUMPWindow.java | Class | JUMPWindow is an abstraction for a window in the JUMP system. |