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.ConfigSource
public int getOrdinal()
getOrdinal
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getValue(String propertyName)
getValue
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getName()
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
public void deleteValue(String propertyName, String target) throws TransactionFailure
TransactionFailure
Copyright © 2019. All rights reserved.