Reaction Home

Package com.zynaptic.reaction.util

Interface Summary
MonotonicClockSource Specifies the interface to a generic monotonic clock source.
ReactorLogTarget Defines the API used by the Reaction package to submit log messages to a suitable log service.
 

Class Summary
FixedUpMonotonicClock Implements a monotonic clock source derived from the standard Java wallclock.
JavaMonotonicClock Implements a monotonic clock source using the standard Java monotonic clock.
NativeMonotonicClock Provides the Java interface to a native monotonic clock source.
ReactorLogSystemOut Provides a basic log service which prints all log messages generated by the reactor to the console.
 


Reaction Home