Interface ManagerRegistry

  • All Known Implementing Classes:
    DistributableSingleSignOn

    public interface ManagerRegistry
    Mechanism for looking up the Manager of a given deployment.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.catalina.Manager getManager​(String deployment)
      Returns the session manager for the specified deployment, or null if the deployment does not exist.
    • Method Detail

      • getManager

        org.apache.catalina.Manager getManager​(String deployment)
        Returns the session manager for the specified deployment, or null if the deployment does not exist.
        Parameters:
        deployment - a deployment name
        Returns:
        a session manager