|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.ServiceOperation
public final class ServiceOperation
This class defines the global Squawk variables that are used to communicate between a normal Java thread and the Squawk system service thread.
| Field Summary | |
|---|---|
static int |
CHANNELIO
Execute a channel I/O operation. |
static int |
COPY_OBJECT_GRAPH
Copy an object graph. |
static int |
EXTEND
Extend the current thread. |
static int |
GARBAGE_COLLECT
Collect the garbage. |
static int |
NONE
The an invalid service operation code. |
static int |
THROW
Throw an exception. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
public static final int EXTEND
public static final int GARBAGE_COLLECT
public static final int COPY_OBJECT_GRAPH
public static final int THROW
public static final int CHANNELIO
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||