Class TransactionSettingRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String, TransactionSettingFactory>
org.eclipse.rdf4j.common.transaction.TransactionSettingRegistry
A 
ServiceRegistry for creating/retrieving TransactionSettings in a transparent way.- Since:
 - 3.3.0
 - Author:
 - Jeen Broekstra
 
- 
Field Summary
Fields inherited from class ServiceRegistry
logger, services - 
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionSettingRegistryGets the TransactionSettingRegistry singleton.protected StringgetKey(TransactionSettingFactory factory) Gets the key for the specified service. 
- 
Method Details
- 
getInstance
Gets the TransactionSettingRegistry singleton.- Returns:
 - The registry singleton.
 
 - 
getKey
Description copied from class:ServiceRegistryGets the key for the specified service.- Specified by:
 getKeyin classServiceRegistry<String, TransactionSettingFactory>- Parameters:
 factory- The service to get the key for.- Returns:
 - The key for the specified service.
 
 
 -