All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.tspaces.TSTransportObj
java.lang.Object
|
+----com.ibm.tspaces.TSTransportObj
- public final class TSTransportObj
- extends Object
- implements Serializable
This obj is used to hold the information that needs to be passed
over the wire from the client to the server
- Author:
- John Thomas
- See Also:
- Field, TupleSpace
-
TSTransportObj(Integer, String, String, SuperTuple)
-
-
getTransportTuple()
- Since the rest of the IOHander wants to have a
transport tuple, we will make one for him
It would really be beter to change the rest of the code.
TSTransportObj
public TSTransportObj(Integer seqNumber,
String tsName,
String cmdString,
SuperTuple argTuple)
getTransportTuple
public Tuple getTransportTuple()
- Since the rest of the IOHander wants to have a
transport tuple, we will make one for him
It would really be beter to change the rest of the code.
All Packages Class Hierarchy This Package Previous Next Index