"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.io.mailboxes.Envelope

Packages that use Envelope
com.sun.squawk.io.mailboxes Provides classes for inter-Isolate communication. 
 

Uses of Envelope in com.sun.squawk.io.mailboxes
 

Subclasses of Envelope in com.sun.squawk.io.mailboxes
 class ByteArrayEnvelope
          A ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel.
 class ByteArrayInputStreamEnvelope
          A ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream.
 class ObjectEnvelope
          A ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates.
 

Methods in com.sun.squawk.io.mailboxes that return Envelope
 Envelope Channel.receive()
          Wait for an envelope sent to this channel.
 Envelope Mailbox.receive()
          Blocks waiting for messages.
 

Methods in com.sun.squawk.io.mailboxes with parameters of type Envelope
 void Channel.send(Envelope env)
          Sends a message to the remote channel.
 void MailboxAddress.send(Envelope env)
          Sends a message to the Mailbox.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"