com.sun.squawk.io.mailboxes
Class ObjectEnvelope
java.lang.Object
   com.sun.squawk.io.mailboxes.Envelope
com.sun.squawk.io.mailboxes.Envelope
       com.sun.squawk.io.mailboxes.ObjectEnvelope
com.sun.squawk.io.mailboxes.ObjectEnvelope
- public class ObjectEnvelope 
- extends Envelope
A ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates.
 
 
 
 
 
contents
protected ICopiable contents
ObjectEnvelope
public ObjectEnvelope(ICopiable contents)
getContents
public Object getContents()
- Return the contents of the envelope.
 
- 
- Specified by:
- getContentsin class- Envelope
 
- 
- Returns:
- the contents of the envelope
 
"For updated information see the Java FRC site"