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.concurrent |
The concurrent package contains a number of classes that are helpful
in delivering high-performance.
|
org.agilewiki.jactor.events |
The events package supports the dispatching of one-way messages (events).
|
Class and Description |
---|
ThreadManager
A ThreadManager is used to process a collection of Runnable tasks.
|
Class and Description |
---|
ThreadManager
A ThreadManager is used to process a collection of Runnable tasks.
|
Class and Description |
---|
ThreadManager
A ThreadManager is used to process a collection of Runnable tasks.
|
Class and Description |
---|
ThreadManager
A ThreadManager is used to process a collection of Runnable tasks.
|
Class and Description |
---|
ThreadManager
A ThreadManager is used to process a collection of Runnable tasks.
|
Copyright © 2012. All Rights Reserved.