BusServer

public class BusServer extends BusBase

Instances of this class provide access to a socket-based bus for remote bus clients. Remote clients connect to a server socket in order to send and receive events through the resulting socket connection (maintained in BusConnection objects). Local clients (connectors) use the usual Bus interface to receive events published by remote clients and submit events which will be distributed to remote clients by the BusServer through the list of active BusConnection instances.

Author

swrede, jwienke

Constructors

BusServer

public BusServer(SocketOptions options)

Constructor.

Parameters

options – socket options to use for the communication

Methods

activate

public void activate()

deactivate

public void deactivate()

handleIncoming

public void handleIncoming(Notification notification, BusConnection sourceConnection)

isActive

public boolean isActive()