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

    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 Details

    • 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