com.sun.squawk.io.mailboxes
Class ObjectEnvelope
java.lang.Object
com.sun.squawk.io.mailboxes.Envelope
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:
getContents
in class Envelope
- Returns:
- the contents of the envelope
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.