Uses of Class
kilim.Mailbox
-
Packages that use Mailbox Package Description kilim kilim.examples kilim.nio -
-
Uses of Mailbox in kilim
Fields in kilim declared as Mailbox Modifier and Type Field Description private Mailbox<Task>TaskGroup. addedTasksMBprivate Mailbox<ExitMsg>TaskGroup. exitmb(package private) Mailbox<?>[]EmptySet_MsgAvListener. mbxsFields in kilim with type parameters of type Mailbox Modifier and Type Field Description private java.util.LinkedList<Mailbox<ExitMsg<TT>>>Task. exitMBsMethods in kilim with parameters of type Mailbox Modifier and Type Method Description voidTask. informOnExit(Mailbox<ExitMsg<TT>> exit)static intMailbox. select(Mailbox... mboxes)Takes an array of mailboxes and returns the index of the first mailbox that has a message.Constructors in kilim with parameters of type Mailbox Constructor Description EmptySet_MsgAvListener(Task t, Mailbox<?>[] mbs) -
Uses of Mailbox in kilim.examples
Fields in kilim.examples declared as Mailbox Modifier and Type Field Description (package private) Mailbox<java.lang.Long>TimerBlast2.Tick. box(package private) Mailbox<java.lang.Long>TimerBlast2.Tock. box(package private) static Mailbox<ExitMsg>SimpleTask2. exitmb(package private) static Mailbox<java.lang.String>Ex. mb(package private) static Mailbox<java.lang.String>SimpleTask. mb(package private) static Mailbox<java.lang.String>SimpleTask2. mb(package private) Mailbox<java.lang.StringBuffer>Chain. mymb(package private) Mailbox<java.lang.Integer>PerfTest. mymb(package private) Mailbox<java.lang.Integer>PerfTest.Producer1. mymb(package private) Mailbox<java.lang.StringBuffer>Chain. nextmbConstructors in kilim.examples with parameters of type Mailbox Constructor Description Chain(Mailbox<java.lang.StringBuffer> mb, Mailbox<java.lang.StringBuffer> next)PerfTest(Mailbox<java.lang.Integer> mymb)Producer1(Mailbox<java.lang.Integer> mymb) -
Uses of Mailbox in kilim.nio
Fields in kilim.nio declared as Mailbox Modifier and Type Field Description private Mailbox<SockEvent>EndPoint. box(package private) Mailbox<SockEvent>NioSelectorScheduler. regboxSessionTask registers its endpoint with the selector by sending a SockEvent message on this mailbox.Mailbox<SockEvent>SockEvent. replyToConstructors in kilim.nio with parameters of type Mailbox Constructor Description SockEvent(Mailbox<SockEvent> aReplyTo, java.nio.channels.spi.AbstractSelectableChannel ach, int ops)
-