Package com.j_spaces.kernel.time

Provides GigaSpaces time utility service, customizable to different (built-in or custom) time-provider implementations.

See:
          Description

Interface Summary
ITimeProvider Interface to specify custom implementation of precise timer.
 

Class Summary
AbsoluteTime ITimeProvider implementation of the underlying OS system or wall-clock time.
RelativeTime ITimeProvider implementation specifying a precise timer, which is not influenced by motions of the wall-clock time.
SystemTime A static system time wrapper, which will call the underlying ITimeProvider implementation.
 

Package com.j_spaces.kernel.time Description

Provides GigaSpaces time utility service, customizable to different (built-in or custom) time-provider implementations.
The SystemTime service, utilizes ITimeProvider implementations e.g. absolute-time (default) and relative-time.