Uses of Package
net.sf.eBus.util
-
Packages that use net.sf.eBus.util Package Description net.sf.eBus.util Contains supporting utility Java classes fornet.sf.eBus.net.sf.eBus.util.logging Supplementsjava.util.loggingpackage with a rolling log file handler, a pattern formatter and a logged status report. -
Classes in net.sf.eBus.util used by net.sf.eBus.util Class Description 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 keyMapcollections.Properties Propertiesextendsjava.util.Propertiesto include: Loading properties from a named file and returning anet.sf.eBus.util.Propertiesobject.PropertiesEvent Contains the updatedPropertiesobject 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 callingProperties.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 AneBus.util.TimerTaskassociates a timer task with aTimerTaskListener.TimerTaskListener Classes usingTimerTaskshould implement this interface. -
Classes in net.sf.eBus.util used by net.sf.eBus.util.logging Class Description TimerEvent TimerTaskListener Classes usingTimerTaskshould implement this interface.