Interface
caplin.sl4badapter.providers

SL4BConnectionService

Provides information about the status of a connection to a streaming server. Note: The SL4BConnectionService will inform us about the state of the services that are connected to the streaming service. These are logical names for 1 or more sources of data. If these sources of data have any problems, SL4B will know when to notify us about the connection status change on the service they provide. It is important to know that this behaviour won't happen if the source of data is feeding Transformer, meaning, we won't get any notification for any status change on services which are provided by Transformer unless Transformer itself has a connection status change. Note: This assumes that SL4B is set to automatically connect (default behaviour).

Constructor Summary

Attributes Name and Description
caplin.sl4badapter.providers.SL4BConnectionService()

Method Summary

Attributes Name and Description
void addConnectionListener( oConnectionListener)

void addStatusChangedListener( oListener, bNotifyImmediately)

void connect()

void disconnect()

void removeStatusChangedListener( oListener)

void start()

void stop()

Constructor Detail

caplin.sl4badapter.providers.SL4BConnectionService()

Method Detail

void addConnectionListener( oConnectionListener)

Parameters
oConnectionListener

void addStatusChangedListener( oListener, bNotifyImmediately)

Parameters
oListener
bNotifyImmediately
See
caplin.services.ConnectionService#addStatusChangedListener

void removeStatusChangedListener( oListener)

Parameters
oListener
See
caplin.services.ConnectionService#removeStatusChangedListener

void start()

void stop()