| Interface | Description |
|---|---|
| BusMembershipListener | |
| BusMessageForwarder |
A BusMessageForwarder receives a BusMessage from the transport layer
and passes it to registered MessageListener.
|
| BusMessagingLayer |
Interface defining the access to the Transport Layer of Buses
|
| CommandListener |
Interface to receive commands, implemented by subsystems
|
| LogListener |
Listens to logging events sent to logging bus
|
| StatusListener |
| Class | Description |
|---|---|
| BusApplicationLayer |
Calls a BusMessagingLayer and adds all that is necessary to handle messages
following application layer concerns.
|
| BusMessagingFactory | |
| DefaultLogMembershipListener | |
| MessagingApplicationLayer |
this is to distinguish the transport layer for message from their Application layer.
|
| MessagingFactory |
Messaging factory, insulating the application from the messaging middleware
(JMS or other)
|
| TransportManager |
| Exception | Description |
|---|---|
| BadCommandException | |
| DestinationsException | |
| DuplicateBusNameException | |
| ErrorInCommandExecutionException | |
| TransportException | |
| TransportStateException |
Copyright © 2013 LSST. All Rights Reserved.