StatusReporterImpl

public class StatusReporterImpl implements StatusReporter

The StatusReporterImpl class is a single point for writing data to the message bus. During component startup the

Fields

client

Client client

Methods

finish

public void finish()

getClient

protected void getClient()

reportStatus

public void reportStatus(String status)

reportStatus

public void reportStatus(String topic, String status)

start

public void start()

Lifecycle method that connects a Client to the message bus. An exception is thrown and the component will fail if the user name and password for connecting to the bus is incorrect.

Throws: