| 
 | " 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 | CHANNELIOExecute a channel I/O operation. | 
| static int | COPY_OBJECT_GRAPHCopy an object graph. | 
| static int | EXTENDExtend the current thread. | 
| static int | GARBAGE_COLLECTCollect the garbage. | 
| static int | NONEThe an invalid service operation code. | 
| static int | THROWThrow 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 | |||||||||