|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.squawk.vm.ChannelIO
public class ChannelIO
This class contains the host side of the Squawk channel architecture that is used to implement IO, graphics and events. A separate ChannelIO instance provides the IO system for each isolate.
| Method Summary | |
|---|---|
static int |
execute(int context,
int op,
int channel,
int i1,
int i2,
int i3,
int i4,
int i5,
int i6,
Object o1,
Object o2)
Executes an operation on a given channel. |
static void |
main(String[] args)
Entry point for the I/O server |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int execute(int context,
int op,
int channel,
int i1,
int i2,
int i3,
int i4,
int i5,
int i6,
Object o1,
Object o2)
context - the identifier of the channel context.op - the operation to performchannel - the identifier of the channel to execute the operation oni1 - i2 - i3 - i4 - i5 - i6 - o1 - o2 -
public static void main(String[] args)
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||