Uses of Interface
com.streambase.sb.TimeService
-
Packages that use TimeService Package Description com.streambase.sb.unittest Provides classes and interfaces used to author StreamBase Unit tests. -
-
Uses of TimeService in com.streambase.sb.unittest
Methods in com.streambase.sb.unittest that return TimeService Modifier and Type Method Description static TimeService
TimeServiceFactory. getControllableTimeService()
Deprecated.UseControllableTimeService
to obtain a TimeServicestatic TimeService
TimeServiceFactory. getControllableTimeService(long initTargetTimeMsec)
ReturnControllableTimeService
instance initialized with the time specified in initTargetTimeMsecTimeService
SBServerManager. getTimeService()
Return the current TimeService implementation used by the StreamBase Enginestatic TimeService
TimeServiceFactory. getWallClockTimeService()
Deprecated.UseWallClockTimeService
to obtain a TimeServiceMethods in com.streambase.sb.unittest with parameters of type TimeService Modifier and Type Method Description void
SBServerManager. setTimeService(TimeService timeService)
Set a TimeService for the StreamBase Server managed by this Manager.
-