Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
com.streambase.sb.unittest |
Provides classes and interfaces used to author StreamBase Unit tests.
|
Modifier and Type | Method and Description |
---|---|
static NowImplementation |
NowImplementation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NowImplementation[] |
NowImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NowImplementation |
BaseTestEnvironment.getNowImpl() |
NowImplementation |
SBTestEnvironment.getNowImpl() |
Modifier and Type | Method and Description |
---|---|
void |
BaseTestEnvironment.setNowImpl(NowImplementation nowImpl) |
void |
SBTestEnvironment.setNowImpl(NowImplementation nowImpl)
Set the current implementation of now() function
|