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()intparseInt(String strValue, int defaultValue)longparseLong(String strValue, long defaultValue)
-