| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ByteArrayEnvelopeA ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel. | 
|  class | ByteArrayInputStreamEnvelopeA ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream. | 
|  class | ObjectEnvelopeA 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" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||