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
-
SystemTuple()
-
-
SystemTuple(Serializable)
-
-
SystemTuple(Serializable, Serializable)
-
-
SystemTuple(Serializable, Serializable, Serializable)
-
-
SystemTuple(Serializable, Serializable, Serializable, Serializable)
-
-
SystemTuple(Serializable, Serializable, Serializable, Serializable, Serializable)
-
SystemTuple
public SystemTuple()
SystemTuple
public SystemTuple(Serializable o1) throws TupleSpaceException
SystemTuple
public SystemTuple(Serializable o1,
Serializable o2) throws TupleSpaceException
SystemTuple
public SystemTuple(Serializable o1,
Serializable o2,
Serializable o3) throws TupleSpaceException
SystemTuple
public SystemTuple(Serializable o1,
Serializable o2,
Serializable o3,
Serializable o4) throws TupleSpaceException
SystemTuple
public SystemTuple(Serializable o1,
Serializable o2,
Serializable o3,
Serializable o4,
Serializable o5) throws TupleSpaceException
All Packages Class Hierarchy This Package Previous Next Index