Package org.objectweb.proactive.core.util.wrapper

Provide some wrappers for Java primitives and non-reifiable java.lang objects. it is useful for asynchronous method calls.

See:
          Description

Class Summary
BooleanMutableWrapper An reifiable object for wrapping the primitive Java type boolean.
BooleanWrapper An reifiable object for wrapping the primitive Java type boolean.
DoubleMutableWrapper An reifiable object for wrapping the primitive Java type double.
DoubleWrapper An reifiable object for wrapping the primitive Java type double.
FloatMutableWrapper An reifiable object for wrapping the primitive Java type float.
FloatWrapper An reifiable object for wrapping the primitive Java type float.
IntMutableWrapper An reifiable object for wrapping the primitive Java type int.
IntWrapper An reifiable object for wrapping the primitive Java type int.
LongMutableWrapper An reifiable object for wrapping the primitive Java type long.
LongWrapper An reifiable object for wrapping the primitive Java type long.
StringMutableWrapper An reifiable object for wrapping the Java type String.
StringWrapper An reifiable object for wrapping the Java type String.
 

Package org.objectweb.proactive.core.util.wrapper Description

Provide some wrappers for Java primitives and non-reifiable java.lang objects. it is useful for asynchronous method calls.

Since:
ProActive 3.0
Version:
3.0, 2005/10/20
Author:
ProActive Team


Copyright 2001-2005 INRIA All Rights Reserved.