Uses of Class
com.streambase.sb.ControlStream.Subsystems
-
Packages that use ControlStream.Subsystems Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of ControlStream.Subsystems in com.streambase.sb
Methods in com.streambase.sb that return ControlStream.Subsystems Modifier and Type Method Description static ControlStream.Subsystems
ControlStream.Subsystems. valueOf(String name)
static ControlStream.Subsystems[]
ControlStream.Subsystems. values()
Methods in com.streambase.sb with parameters of type ControlStream.Subsystems Modifier and Type Method Description static Tuple
ControlStream. newTuple(ControlStream.Subsystems subsystem, int id, String param0, String param1, String param2)
Create a new tuple with the schema of the control stream and set its fields with the supplied values.
-