public class TemperatureSensor extends java.lang.Object
com.ibm.streamsx.topology.context.StreamsContext.
This may be executed from the samples/java/functional directory as:
ant run.temperaturesensor - Using Apache Ant, this will run in standalone
mode.ant run.temperaturesensor.bundle - Using Apache Ant, this will create the bundle only.java -jar funcsamples.jar:../com.ibm.streamsx.topology/lib/com.ibm.streamsx.topology.jar:$STREAMS_INSTALL/lib/com.ibm.streams.operator.samples.jar
simple.TemperatureSensor [CONTEXT_TYPE]
- Run directly from the command line.
DISTRIBUTED - Run as an IBM Streams distributed
application.STANDALONE - Run as an IBM Streams standalone
application.BUNDLE - Create an IBM Streams application bundle.TOOLKIT - Create an IBM Streams application toolkit.| Constructor and Description |
|---|
TemperatureSensor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Sample topology application.
|
public TemperatureSensor()
public static void main(java.lang.String[] args) throws java.lang.Exception
args - java.lang.Exception