Class BaseConfig
- java.lang.Object
-
- org.glassfish.concurrent.runtime.deployer.BaseConfig
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContextServiceConfig,ManagedExecutorServiceConfig,ManagedScheduledExecutorServiceConfig,ManagedThreadFactoryConfig
public abstract class BaseConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseConfig.TYPE
-
Field Summary
Fields Modifier and Type Field Description protected StringcontextInfoprotected StringcontextInfoEnabledprotected StringjndiName
-
Constructor Summary
Constructors Constructor Description BaseConfig(String jndiName, String contextInfo, String contextInfoEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextInfo()StringgetContextInfoEnabled()StringgetJndiName()booleanisContextInfoEnabledBoolean()intparseInt(String strValue, int defaultValue)longparseLong(String strValue, long defaultValue)
-
-
-
Method Detail
-
parseInt
public int parseInt(String strValue, int defaultValue)
-
parseLong
public long parseLong(String strValue, long defaultValue)
-
getJndiName
public String getJndiName()
-
getContextInfo
public String getContextInfo()
-
getContextInfoEnabled
public String getContextInfoEnabled()
-
isContextInfoEnabledBoolean
public boolean isContextInfoEnabledBoolean()
-
-