public class TransactionSettingRegistry extends ServiceRegistry<String,TransactionSettingFactory>
ServiceRegistry
for creating/retrieving TransactionSetting
s in a transparent way.logger, services
Modifier and Type | Method and Description |
---|---|
static TransactionSettingRegistry |
getInstance()
Gets the TransactionSettingRegistry singleton.
|
protected String |
getKey(TransactionSettingFactory factory)
Gets the key for the specified service.
|
public static TransactionSettingRegistry getInstance()
protected String getKey(TransactionSettingFactory factory)
ServiceRegistry
getKey
in class ServiceRegistry<String,TransactionSettingFactory>
factory
- The service to get the key for.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.