Package org.glassfish.concurrent.runtime
Class ContextSetup
java.lang.Object
org.glassfish.concurrent.runtime.ContextSetup
- All Implemented Interfaces:
Serializable
- Author:
- David Matejcek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextSetup(Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> propagated, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> cleared, Set<com.sun.enterprise.deployment.types.ConcurrencyContextType> unchanged) -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.enterprise.concurrent.spi.ThreadContextSnapshot> getThreadContextSnapshots(Map<String, String> executionProperties) booleanisClear(com.sun.enterprise.deployment.types.StandardContextType contextType) booleanisPropagated(com.sun.enterprise.deployment.types.StandardContextType contextType) booleanisUnchanged(com.sun.enterprise.deployment.types.StandardContextType contextType) voidreloadProviders(ClassLoader loader) toString()
-
Constructor Details
-
ContextSetup
-
-
Method Details
-
reloadProviders
-
isPropagated
public boolean isPropagated(com.sun.enterprise.deployment.types.StandardContextType contextType) -
isClear
public boolean isClear(com.sun.enterprise.deployment.types.StandardContextType contextType) -
isUnchanged
public boolean isUnchanged(com.sun.enterprise.deployment.types.StandardContextType contextType) -
getThreadContextSnapshots
-
toString
-