Overload List
| Name | Description |
|---|---|
| StreamBaseMonitor(String) |
Create a monitoring object, which will connect to a server with the given
StreamBaseURI. The connection will not be made until caller calls run().
A null StreamBaseURI will get the connection information from the
STREAMBASE_SERVER environment variable, if set.
The default server is "sb://localhost:10000".
|
| StreamBaseMonitor(StreamBaseURI) |
Create a monitoring object, which will connect to a server with the given
StreamBaseURI. The connection will not be made until caller calls run().
A null StreamBaseURI will get the connection information from the
STREAMBASE_SERVER environment variable, if set.
The default server is "sb://localhost:10000".
|
| StreamBaseMonitor(StreamBaseURI, String) |
Constructor using an arbitrary stream name.
The connection will not be made until caller calls run().
|