| Package | Description | 
|---|---|
| com.streambase.sb.unittest | 
 Provides classes and interfaces used to author StreamBase Unit tests. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TimeService | 
TimeServiceFactory.getControllableTimeService()
Deprecated. 
 
Use  
ControllableTimeService to obtain a TimeService | 
static TimeService | 
TimeServiceFactory.getControllableTimeService(long initTargetTimeMsec)
Return  
ControllableTimeService instance initialized with the time specified in initTargetTimeMsec | 
TimeService | 
SBServerManager.getTimeService()
Return the current TimeService implementation used by StreamBase server 
 | 
static TimeService | 
TimeServiceFactory.getWallClockTimeService()
Deprecated. 
 
Use  
WallClockTimeService to obtain a TimeService | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SBServerManager.setTimeService(TimeService timeService)
Set a TimeService for the StreamBase Server managed by this Manager. 
 |