Class ConcurrentServiceCfg
java.lang.Object
org.glassfish.concurrent.runtime.deployer.cfg.ConcurrentServiceCfg
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConcurrentServiceCfg(String jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo) Deprecated.ConcurrentServiceCfg(String jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo, String context) Deprecated.ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName) ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName, com.sun.enterprise.deployment.types.StandardContextType contextInfo, String context) ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo) -
Method Summary
-
Constructor Details
-
ConcurrentServiceCfg
public ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName) -
ConcurrentServiceCfg
public ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo) -
ConcurrentServiceCfg
@Deprecated public ConcurrentServiceCfg(String jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo) Deprecated. -
ConcurrentServiceCfg
@Deprecated public ConcurrentServiceCfg(String jndiName, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> contextInfo, String context) Deprecated. -
ConcurrentServiceCfg
public ConcurrentServiceCfg(org.glassfish.api.naming.SimpleJndiName jndiName, com.sun.enterprise.deployment.types.StandardContextType contextInfo, String context)
-
-
Method Details