Interface ManagerRegistry
-
- All Known Implementing Classes:
DistributableSingleSignOn
public interface ManagerRegistryMechanism for looking up theManagerof a given deployment.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.catalina.ManagergetManager(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
-
-