com.ibm.tspaces
Class 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
- See Also:
- Serialized Form
|
Constructor Summary |
SystemTuple()
|
SystemTuple(java.io.Serializable o1)
|
SystemTuple(java.io.Serializable o1,
java.io.Serializable o2)
|
SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3)
|
SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3,
java.io.Serializable o4)
|
SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3,
java.io.Serializable o4,
java.io.Serializable o5)
|
| Methods inherited from class com.ibm.tspaces.SuperTuple |
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
addFieldType,
changeName,
clone,
equals,
fieldExists,
fields,
getExpire,
getField,
getField,
getFieldType,
getTimeStamp,
getTupleID,
isExpired,
matches,
numberOfFields,
putField,
setExpire,
setField,
setFields,
setFormal,
setFormal,
setFormal,
setFormal,
setName,
setTimeStamp,
setTupleID,
setType,
setType,
setValue,
setValue,
structureName,
template,
toString |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SystemTuple
public SystemTuple()
SystemTuple
public SystemTuple(java.io.Serializable o1)
throws TupleSpaceException
SystemTuple
public SystemTuple(java.io.Serializable o1,
java.io.Serializable o2)
throws TupleSpaceException
SystemTuple
public SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3)
throws TupleSpaceException
SystemTuple
public SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3,
java.io.Serializable o4)
throws TupleSpaceException
SystemTuple
public SystemTuple(java.io.Serializable o1,
java.io.Serializable o2,
java.io.Serializable o3,
java.io.Serializable o4,
java.io.Serializable o5)
throws TupleSpaceException