Class Summary |
BooleanHolder |
A BooleanHolder allows the final value of a boolean argument to be
propagated back to the client. |
ByteHolder |
A ByteHolder allows the final value of a byte argument to be
propagated back to the client. |
CharHolder |
A CharHolder allows the final value of a char argument to be
propagated back to the client. |
DoubleHolder |
A DoubleHolder allows the final value of a double argument to be
propagated back to the client. |
FloatHolder |
A FloatHolder allows the final value of a float argument to be
propagated back to the client. |
IntHolder |
An IntHolder allows the final value of an int argument to be
propagated back to the client. |
LongHolder |
A LongHolder allows the final value of a long argument to be
propagated back to the client. |
ObjectHolder |
An ObjectHolder allows the final value of an object argument to be
propagated back to the client. |
ShortHolder |
An ShortHolder allows the final value of an short argument to be
propagated back to the client. |
StringHolder |
A StringHolder allows the final value of a String argument to be
propagated back to the client. |