Class ContextSetup

java.lang.Object
org.glassfish.concurrent.runtime.ContextSetup
All Implemented Interfaces:
Serializable

public class ContextSetup extends Object implements Serializable
Author:
David Matejcek
See Also:
  • Constructor Details

    • ContextSetup

      public ContextSetup(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 Details

    • reloadProviders

      public void reloadProviders(ClassLoader loader)
    • 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

      public List<jakarta.enterprise.concurrent.spi.ThreadContextSnapshot> getThreadContextSnapshots(Map<String,String> executionProperties)
    • toString

      public String toString()
      Overrides:
      toString in class Object