public class ServiceRegistry extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceRegistry.ServiceImplClassNames |
static interface |
ServiceRegistry.ServiceInterfaceNames |
static interface |
ServiceRegistry.ServicePropertyNames |
| Constructor and Description |
|---|
ServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<String> |
getAllServicePropertyNames()
Returns a Set of all property name String(s) in
ServiceRegistry.ServicePropertyNames |
static ServiceInfo |
getServiceInfo(String servicePropertyName) |
static Properties |
getSystemPropertyOverrides()
If a system property is found with key equal to:
A.B
where A is the current classname and B is some constant
String defined in ServicePropertyNames, then the value V
of this system property will be included in a new property
added to the return value Properties object.
|
protected static Set<String> getAllServicePropertyNames()
ServiceRegistry.ServicePropertyNamesServiceRegistry.ServicePropertyNames String valuespublic static ServiceInfo getServiceInfo(String servicePropertyName)
servicePropertyName - Should be a constant defined in @see ServiceRegistry.ServicePropertyNamesServiceInfo associated with servicePropertyNamepublic static Properties getSystemPropertyOverrides()
© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0