|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailboxAddress | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| com.sun.squawk.io.mailboxes | Provides classes for inter-Isolate communication. |
| Uses of MailboxAddress in com.sun.squawk |
|---|
| Methods in com.sun.squawk with parameters of type MailboxAddress | |
|---|---|
void |
Isolate.forgetMailboxAddress(MailboxAddress address)
Tell the system to forget about this mailbox. |
void |
Isolate.recordMailboxAddress(MailboxAddress address)
Record all MailboxAddress objects that this Isolate uses to send messages to. |
| Uses of MailboxAddress in com.sun.squawk.io.mailboxes |
|---|
| Methods in com.sun.squawk.io.mailboxes that return MailboxAddress | |
|---|---|
MailboxAddress |
MailboxAddress.getReplyAddress()
Get the reply address that was associated with this address during lookup. |
MailboxAddress |
MailboxHandler.handleOpen(Mailbox originalMailbox,
MailboxAddress originalAddress,
MailboxAddress replyAddress)
Called when a client looks up a MailboxAddress. |
MailboxAddress |
SharedMailboxHandler.handleOpen(Mailbox originalMailbox,
MailboxAddress originalAddress,
MailboxAddress replyAddress)
The system has created an address to the Mailbox for the client to use, and we will pass that on to the client. |
static MailboxAddress |
MailboxAddress.lookupMailbox(String name,
Mailbox replyMailbox)
This method looks up a MailboxAddress that has been registered with the system, and implicitly opens the connection to the remote Mailbox. |
| Methods in com.sun.squawk.io.mailboxes with parameters of type MailboxAddress | |
|---|---|
AddressClosedException |
MailboxHandler.handleClose(MailboxAddress address)
Called after a client closes a logical connection. |
AddressClosedException |
SharedMailboxHandler.handleClose(MailboxAddress address)
Called after a client closes a logical connection. |
MailboxAddress |
MailboxHandler.handleOpen(Mailbox originalMailbox,
MailboxAddress originalAddress,
MailboxAddress replyAddress)
Called when a client looks up a MailboxAddress. |
MailboxAddress |
SharedMailboxHandler.handleOpen(Mailbox originalMailbox,
MailboxAddress originalAddress,
MailboxAddress replyAddress)
The system has created an address to the Mailbox for the client to use, and we will pass that on to the client. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||