| Package | Description |
|---|---|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| org.lsst.ccs.messaging.jgroups | |
| org.lsst.ccs.messaging.jms | |
| org.lsst.ccs.messaging.mock |
| Modifier and Type | Method and Description |
|---|---|
static BusMessagingLayer |
TransportManager.getConnection(String protocolstring,
String propertiesString) |
abstract BusMessagingLayer |
TransportManager.getInstance(String protocolString,
String propertiesString) |
| 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 | Method and Description |
|---|---|
BusMessagingLayer |
MockTransportManager.getInstance(String protocolString,
String propertiesString) |
Copyright © 2016 LSST. All rights reserved.