Uses of Class
com.streambase.sb.NowImplementation
-
Packages that use NowImplementation 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. -
-
Uses of NowImplementation in com.streambase.sb
Methods in com.streambase.sb that return NowImplementation Modifier and Type Method Description static NowImplementation
NowImplementation. valueOf(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. -
Uses of NowImplementation in com.streambase.sb.unittest
Methods in com.streambase.sb.unittest that return NowImplementation Modifier and Type Method Description NowImplementation
BaseTestEnvironment. getNowImpl()
NowImplementation
SBTestEnvironment. getNowImpl()
Methods in com.streambase.sb.unittest with parameters of type NowImplementation Modifier and Type Method Description void
BaseTestEnvironment. setNowImpl(NowImplementation nowImpl)
void
SBTestEnvironment. setNowImpl(NowImplementation nowImpl)
Set the current implementation of now() function
-