Class ContextServiceConfig
- java.lang.Object
-
- org.glassfish.concurrent.runtime.deployer.BaseConfig
-
- org.glassfish.concurrent.runtime.deployer.ContextServiceConfig
-
- All Implemented Interfaces:
Serializable
public class ContextServiceConfig extends BaseConfig
Contains configuration information for a ContextService object- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
BaseConfig.TYPE
-
-
Field Summary
-
Fields inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
contextInfo, contextInfoEnabled, jndiName
-
-
Constructor Summary
Constructors Constructor Description ContextServiceConfig(String jndiName)ContextServiceConfig(String jndiName, String contextInfo, String contextInfoEnabled, Set<String> propagatedContexts, Set<String> clearedContexts, Set<String> uchangedContexts)ContextServiceConfig(ContextService config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getClearedContexts()Set<String>getPropagatedContexts()BaseConfig.TYPEgetType()Set<String>getUchangedContexts()static Set<String>parseContextInfo(String contextInfo, boolean isContextInfoEnabled)-
Methods inherited from class org.glassfish.concurrent.runtime.deployer.BaseConfig
getContextInfo, getContextInfoEnabled, getJndiName, isContextInfoEnabledBoolean, parseInt, parseLong
-
-
-
-
Constructor Detail
-
ContextServiceConfig
public ContextServiceConfig(String jndiName)
-
ContextServiceConfig
public ContextServiceConfig(ContextService config)
-
-
Method Detail
-
getType
public BaseConfig.TYPE getType()
-
-