public class JGroupsTransportManager extends TransportManager
| Constructor and Description |
|---|
JGroupsTransportManager() |
| Modifier and Type | Method and Description |
|---|---|
BusMessagingLayer |
getInstance(String protocolString,
String propertiesString)
Constructs an instance of
MessagingLayer. |
getConnectionpublic BusMessagingLayer getInstance(String protocolString, String propertiesString)
MessagingLayer.getInstance in class TransportManagerprotocolString - Protocol selection and configuration string in
jgroups[:configuration_file_name[:dispatcher_configuration]
format.propertiesString - Additional Dispatcher configuration string. Ignored unless protocolString contains
Dispatcher class name but no configuration for it. Otherwise, appended after "?".MessagingLayer, or null if protocolString does not start with "jgroups".Copyright © 2023 LSST. All rights reserved.