Package org.jcsp.net2.mobile
Class MobileChannelMessage
- java.lang.Object
-
- org.jcsp.net2.mobile.MobileChannelMessage
-
- All Implemented Interfaces:
java.io.Serializable
final class MobileChannelMessage extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
CHECK
(package private) static int
CHECK_RESPONSE
(package private) NetChannelLocation
inputLocation
(package private) boolean
ready
(package private) static int
REQUEST
(package private) int
type
-
Constructor Summary
Constructors Constructor Description MobileChannelMessage()
-
-
-
Field Detail
-
REQUEST
static final int REQUEST
- See Also:
- Constant Field Values
-
CHECK
static final int CHECK
- See Also:
- Constant Field Values
-
CHECK_RESPONSE
static final int CHECK_RESPONSE
- See Also:
- Constant Field Values
-
type
int type
-
ready
boolean ready
-
inputLocation
NetChannelLocation inputLocation
-
-