| |
|
| java.lang.Object com.sun.jump.command.JUMPCommand com.sun.jump.command.JUMPRequest com.sun.jump.command.JUMPIsolateWindowRequest
JUMPIsolateWindowRequest | public class JUMPIsolateWindowRequest extends JUMPRequest (Code) | | JUMPIsolateWindowRequest defines all the windowing
related requests that originate from the JUMPIsolate
|
Field Summary | |
final public static String | ID_NOTIFY_WINDOW_BACKGROUND Isolate notifying the executive that the window is lowered to the
background.
- args[0] - Isolate Id
- args[1] - Window Id
Asynchronous request. | final public static String | ID_NOTIFY_WINDOW_FOREGROUND Isolate notifying the executive that the window is raised to the
foreground.
- args[0] - Isolate Id
- args[1] - Window Id
Asynchronous request. | final public static String | MESSAGE_TYPE Type of JUMPMessage corresponding
to JUMPIsolateWindowRequest request. |
ID_NOTIFY_WINDOW_BACKGROUND | final public static String ID_NOTIFY_WINDOW_BACKGROUND(Code) | | Isolate notifying the executive that the window is lowered to the
background.
- args[0] - Isolate Id
- args[1] - Window Id
Asynchronous request. No JUMPResponse required.
|
ID_NOTIFY_WINDOW_FOREGROUND | final public static String ID_NOTIFY_WINDOW_FOREGROUND(Code) | | Isolate notifying the executive that the window is raised to the
foreground.
- args[0] - Isolate Id
- args[1] - Window Id
Asynchronous request. No JUMPResponse required.
|
MESSAGE_TYPE | final public static String MESSAGE_TYPE(Code) | | Type of JUMPMessage corresponding
to JUMPIsolateWindowRequest request.
|
JUMPIsolateWindowRequest | JUMPIsolateWindowRequest()(Code) | | |
JUMPIsolateWindowRequest | public JUMPIsolateWindowRequest(String id, int windowId, int isolateId)(Code) | | |
deserializeFrom | protected void deserializeFrom(JUMPMessageReader message)(Code) | | For subclasses to use to initialize any fields
using JUMPMessage.get* methods.
|
getIsolateId | public int getIsolateId()(Code) | | |
getWindowId | public int getWindowId()(Code) | | |
serializeInto | protected void serializeInto(JUMPOutgoingMessage message)(Code) | | For subclasses to use to put data in a message
using JUMPOutgoingMessage.add* methods.
|
|
|
|