public interface MailboxFactory
Modifier and Type | Method and Description |
---|---|
void |
close()
Stop all the threads as they complete their tasks.
|
Mailbox |
createAsyncMailbox()
Create an asynchronous mailbox.
|
Mailbox |
createMailbox()
Create a mailbox.
|
void |
eventException(Request request,
Exception exception) |
ThreadManager |
getThreadManager()
Returns the thread manager.
|
void |
logException(boolean fatal,
String msg,
Exception exception) |
Timer |
timer() |
ThreadManager getThreadManager()
Mailbox createMailbox()
Mailbox createAsyncMailbox()
void close()
Copyright © 2012. All Rights Reserved.