Package | Description |
---|---|
jhelp.util |
Utilities for make more easy lot of common stuffs
|
jhelp.util.post |
Post office to send messages
|
jhelp.util.stateMachine | |
jhelp.util.thread |
Thread management
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MemorySweeper.Sweeper
Do the cleaning in its own thread
|
Modifier and Type | Field and Description |
---|---|
private static ThreadedSimpleTask<java.lang.Integer> |
MemorySweeper.EXIT_ACTION
Exiting action
|
Modifier and Type | Field and Description |
---|---|
private ThreadedSimpleTask<Pair<Message,User>> |
PostOffice.giveMessage
Deliver message to user in separate thread
|
Modifier and Type | Class and Description |
---|---|
class |
StateMachine
For manage a state machine.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadedVerySimpleTask
Threaded task very simple.
|
Modifier and Type | Field and Description |
---|---|
private ThreadedSimpleTask<java.lang.Integer> |
ThreadManager.threadCancelTask
Delayed cancel task
|