public class PassthroughBroker extends AbstractBroker
| Constructor and Description |
|---|
PassthroughBroker() |
PassthroughBroker(Mailbox mailbox) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Broker
|
Mailbox |
getMailbox(java.lang.String address)
Returns the actor stream for the given address.
|
void |
setMailbox(Mailbox mailbox) |
java.lang.String |
toString() |
addMailbox, getAddress, getBroker, getBrokerMailbox, getQueueFullHandler, isClosed, removeMailbox, setQueueFullHandlergetQueryErrorStream, message, messageError, query, queryError, queryResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmessage, messageError, query, queryError, queryResultpublic PassthroughBroker()
public PassthroughBroker(Mailbox mailbox)
public Mailbox getMailbox(java.lang.String address)
AbstractBrokerStreamgetMailbox in interface BrokergetMailbox in class AbstractBrokeraddress - the address of the mailboxpublic void setMailbox(Mailbox mailbox)
public void close()
Brokerclose in interface Brokerclose in class AbstractBrokerpublic java.lang.String toString()
toString in class AbstractBrokerStream