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

Constructor Index

 o TSTransportObj(Integer, String, String, SuperTuple)

Method Index

 o 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.

Constructors

 o TSTransportObj
 public TSTransportObj(Integer seqNumber,
                       String tsName,
                       String cmdString,
                       SuperTuple argTuple)

Methods

 o 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