org.objectweb.proactive.core.util.wrapper
Class StringWrapper

java.lang.Object
  extended byorg.objectweb.proactive.core.util.wrapper.StringWrapper
All Implemented Interfaces:
java.io.Serializable

public class StringWrapper
extends java.lang.Object
implements java.io.Serializable

An reifiable object for wrapping the Java type String.

Use this class as result for ProActive asynchronous method calls.

Author:
Alexandre di Costanzo Created on Jul 28, 2005
See Also:
Serialized Form

Constructor Summary
StringWrapper()
          The no arguments constructor for ProActive.
StringWrapper(java.lang.String value)
          Construct an reifiable object for a String.
 
Method Summary
 java.lang.String stringValue()
          Return the value of the String.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringWrapper

public StringWrapper()
The no arguments constructor for ProActive.


StringWrapper

public StringWrapper(java.lang.String value)
Construct an reifiable object for a String.

Parameters:
value - the class String value.
Method Detail

stringValue

public java.lang.String stringValue()
Return the value of the String.

Returns:
the none reifiable value.

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright 2001-2005 INRIA All Rights Reserved.