Package | Description |
---|---|
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.events |
The events package supports the dispatching of one-way messages (events).
|
Class and Description |
---|
EventQueue
An EventQueue receives events, queues them,
and then processes them on another thread.
|
Class and Description |
---|
EventDispatcher
An EventDispatcher processes events on another thread.
|
EventProcessor
An ActiveEventProcessor processes events and
receives notifications that there are events to be processed.
|
EventQueue
An EventQueue receives events, queues them,
and then processes them on another thread.
|
Class and Description |
---|
EventDestination
An EventDestination receives an event from objects operating
on a different thread.
|
EventDispatcher
An EventDispatcher processes events on another thread.
|
EventProcessor
An ActiveEventProcessor processes events and
receives notifications that there are events to be processed.
|
EventQueue
An EventQueue receives events, queues them,
and then processes them on another thread.
|
Copyright © 2012. All Rights Reserved.