|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.util.wrapper.BooleanWrapper
An reifiable object for wrapping the primitive Java type boolean
.
Use this class as result for ProActive asynchronous method calls.
Constructor Summary | |
BooleanWrapper()
The no arguments constructor for ProActive. |
|
BooleanWrapper(boolean value)
Construct an reifiable object for a boolean . |
Method Summary | |
boolean |
booleanValue()
Return the value of the boolean . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanWrapper()
public BooleanWrapper(boolean value)
boolean
.
value
- the primitive boolean
value.Method Detail |
public boolean booleanValue()
boolean
.
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |