|
Class Summary |
| BaseNonStreamValue |
The BaseNonStreamValue class implements the basic committed
value state for non-stream values as a part of the State design pattern (Gof)
used by this package. |
| BinaryValue |
The BinaryValue class implements the committed value state for
Binary values as a part of the State design pattern (Gof) used by this
package. |
| BooleanValue |
The BooleanValue class implements the committed value state for
Boolean values as a part of the State design pattern (Gof) used by this
package. |
| DateValue |
The DateValue class implements the committed value state for
Date values as a part of the State design pattern (Gof) used by this
package. |
| DoubleValue |
The DoubleValue class implements the committed value state for
Double values as a part of the State design pattern (Gof) used by this
package. |
| LongValue |
The LongValue class implements the committed value state for
Long values as a part of the State design pattern (Gof) used by this
package. |
| NameValue |
The NameValue class implements the committed value state for
Name values as a part of the State design pattern (Gof) used by this package. |
| PathValue |
The PathValue class implements the committed value state for
Path values as a part of the State design pattern (Gof) used by this package. |
| ReferenceValue |
The ReferenceValue class implements the committed value state
for Reference values as a part of the State design pattern (Gof) used by
this package. |
| SerialValueFactory |
The SerialValueFactory class is used in the RMI infrastructure
to create serializable Value instances on the client side. |
| StringValue |
The StringValue class implements the committed value state for
String values as a part of the State design pattern (Gof) used by this
package. |