public abstract class BaseConfig extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BaseConfig.TYPE |
Modifier and Type | Field and Description |
---|---|
protected String |
contextInfo |
protected String |
contextInfoEnabled |
protected String |
jndiName |
Constructor and Description |
---|
BaseConfig(String jndiName,
String contextInfo,
String contextInfoEnabled) |
Modifier and Type | Method and Description |
---|---|
String |
getContextInfo() |
String |
getContextInfoEnabled() |
String |
getJndiName() |
int |
parseInt(String strValue,
int defaultValue) |
long |
parseLong(String strValue,
long defaultValue) |
Copyright © 2018. All rights reserved.