public class JNDIConfigSource extends PayaraConfigSource implements org.eclipse.microprofile.config.spi.ConfigSource
configService, domainConfiguration, PROPERTY_PREFIX| Constructor and Description |
|---|
JNDIConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteValue(String propertyName,
String target) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
String |
getValue(String propertyName) |
boolean |
setValue(String propertyName,
String propertyValue,
String target) |
public Map<String,String> getProperties()
getProperties in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic int getOrdinal()
getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getValue(String propertyName)
getValue in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getName()
getName in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic void deleteValue(String propertyName, String target) throws TransactionFailure
TransactionFailureCopyright © 2019. All rights reserved.