Package org.jcsp.net
Class ConnectionMessage.Open
java.lang.Object
org.jcsp.net.Message
org.jcsp.net.ConnectionMessage
org.jcsp.net.ConnectionMessage.Open
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConnectionMessage
A request from client to server to open().
This is a package-private implementation class.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jcsp.net.ConnectionMessage
ConnectionMessage.Close, ConnectionMessage.Open, ConnectionMessage.Ping, ConnectionMessage.Pong
Nested classes/interfaces inherited from class org.jcsp.net.Message
Message.BounceMessage, Message.PingMessage, Message.PingReplyMessage
-
Field Summary
FieldsFields inherited from class org.jcsp.net.Message
destIndex, destVCNLabel, PING_MESSAGE, PING_REPLY_MESSAGE, sourceID, sourceIndex, txReplyChannel
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
Object data
-
-
Constructor Details
-
Open
Open()
-