All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.tspaces.SystemTuple

java.lang.Object
   |
   +----com.ibm.tspaces.SuperTuple
           |
           +----com.ibm.tspaces.SubclassableTuple
                   |
                   +----com.ibm.tspaces.SystemTuple

public final class SystemTuple
extends SubclassableTuple
This class represents system data that is available for the user to look at. For example, each tuple space has information on its handler and factories maybe permission info etc. This type of tuple is generated by the system to track this information and the user if free to look at it. Of course the data should be read only as the user should not be writing these kind of tuples

Author:
Peter Wyckoff

Constructor Index

 o SystemTuple()
 o SystemTuple(Serializable)
 o SystemTuple(Serializable, Serializable)
 o SystemTuple(Serializable, Serializable, Serializable)
 o SystemTuple(Serializable, Serializable, Serializable, Serializable)
 o SystemTuple(Serializable, Serializable, Serializable, Serializable, Serializable)

Constructors

 o SystemTuple
 public SystemTuple()
 o SystemTuple
 public SystemTuple(Serializable o1) throws TupleSpaceException
 o SystemTuple
 public SystemTuple(Serializable o1,
                    Serializable o2) throws TupleSpaceException
 o SystemTuple
 public SystemTuple(Serializable o1,
                    Serializable o2,
                    Serializable o3) throws TupleSpaceException
 o SystemTuple
 public SystemTuple(Serializable o1,
                    Serializable o2,
                    Serializable o3,
                    Serializable o4) throws TupleSpaceException
 o SystemTuple
 public SystemTuple(Serializable o1,
                    Serializable o2,
                    Serializable o3,
                    Serializable o4,
                    Serializable o5) throws TupleSpaceException

All Packages  Class Hierarchy  This Package  Previous  Next  Index