| Package | Description |
|---|---|
| net.sf.eBus.util |
Contains supporting utility Java classes for
net.sf.eBus. |
| net.sf.eBus.util.logging |
Supplements
java.util.logging package with a
rolling log file handler, a pattern formatter and a logged
status report. |
| Class and Description |
|---|
| EventThread.RunState
An
EventThread has seven distinct states:
NOT_STARTED: The EventThread was
instantiated but not yet started. |
| IndexCache
Persists a one or more 4-byte, integer index values to a
specified file.
|
| IndexCache.Index
Tracks the individual index parameters and its location
within the cache file.
|
| MultiKey
Allows multi-valued keys to be used in Java's single key
Map collections. |
Properties
Properties extends
java.util.Properties to include:
Loading properties from a named file and returning
a net.sf.eBus.util.Properties object. |
| PropertiesEvent
Contains the updated
Properties object as event
source. |
| PropertiesListener
Classes which want to be asynchronously informed about
properties changes should implement this interface and
add themselves to the properties listeners by calling
Properties.addListener(PropertiesListener). |
| SequentialTask
When using a thread pool to execute tasks there is no
guarantee the tasks will be executed in the same sequential
order as offered to the pool.
|
| TimerEvent |
| TimerTask
An
eBus.util.TimerTask associates a timer
task with a TimerTaskListener. |
| TimerTaskListener
Classes using
TimerTask
should implement this interface. |
| Class and Description |
|---|
| TimerEvent |
| TimerTaskListener
Classes using
TimerTask
should implement this interface. |
Copyright © 2019. All rights reserved.