Package | Description |
---|---|
org.agilewiki.jactor |
Introduction to JActor
|
org.agilewiki.jactor.apc |
The apc package implements Asynchronous Procedure Calls (APC), or two-way messaging.
|
org.agilewiki.jactor.bufferedEvents |
The bufferedEvents package supports the dispatching of one-way messages (events),
but it buffers outgoing events and sends them only when there are no other incoming events
to process, which results in a significant improvement in throughput when under load.
|
org.agilewiki.jactor.lpc |
Introducing JLPCActor--the Basic Actor
|
Class and Description |
---|
BufferedEventsDestination
A BufferedEventsDestination receives lists of events from objects operating
on a different thread.
|
Class and Description |
---|
BufferedEventsDestination
A BufferedEventsDestination receives lists of events from objects operating
on a different thread.
|
BufferedEventsQueue
A BufferedEventsQueue receives buffered events, queues them,
and then processes them on another thread.
|
Class and Description |
---|
BufferedEventsDestination
A BufferedEventsDestination receives lists of events from objects operating
on a different thread.
|
BufferedEventsQueue
A BufferedEventsQueue receives buffered events, queues them,
and then processes them on another thread.
|
Class and Description |
---|
BufferedEventsDestination
A BufferedEventsDestination receives lists of events from objects operating
on a different thread.
|
BufferedEventsQueue
A BufferedEventsQueue receives buffered events, queues them,
and then processes them on another thread.
|
Copyright © 2012. All Rights Reserved.