| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| org.lsst.ccs.bus.jgroups | |
| org.lsst.ccs.bus.jms | |
| org.lsst.ccs.bus.mock |
| Modifier and Type | Field and Description |
|---|---|
protected BusMessagingLayer |
BusApplicationLayer.busMessagingLayer |
| Modifier and Type | Method and Description |
|---|---|
BusMessagingLayer |
BusApplicationLayer.getBusMessagingLayer() |
static BusMessagingLayer |
TransportManager.getConnection(String protocolstring,
String propertiesString) |
abstract BusMessagingLayer |
TransportManager.getInstance(String protocolString,
String propertiesString) |
| Constructor and Description |
|---|
BusApplicationLayer(String subsystemName,
BusMessagingLayer busMessagingLayer)
creates an entry point to communication for the subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JGroupsBusMessagingLayer
Each Bus is represented by a JGroups cluster.
|
| Modifier and Type | Method and Description |
|---|---|
BusMessagingLayer |
JGroupsTransportManager.getInstance(String protocolString,
String propertiesString) |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSBusMessagingLayer |
| Modifier and Type | Method and Description |
|---|---|
BusMessagingLayer |
JMSTransportManager.getInstance(String protocolString,
String propertiesString) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockBusMessagingLayer |
| Modifier and Type | Method and Description |
|---|---|
BusMessagingLayer |
MockTransportManager.getInstance(String protocolString,
String propertiesString) |
Copyright © 2015 LSST. All rights reserved.