Package org.apache.catalina.ha
Interface ClusterValve
- All Superinterfaces:
Valve
- All Known Implementing Classes:
ClusterSingleSignOn
,JvmRouteBinderValve
,ReplicationValve
Cluster valves are a simple extension to the Tomcat valve architecture with a small addition of being able to
reference the cluster component in the container it sits in.
- Author:
- Peter Rossbach
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cluster the cluster deployer is associated withvoid
setCluster
(CatalinaCluster cluster) Associates the cluster deployer with a clusterMethods inherited from interface org.apache.catalina.Valve
backgroundProcess, getNext, invoke, isAsyncSupported, setNext
-
Method Details
-
getCluster
CatalinaCluster getCluster()Returns the cluster the cluster deployer is associated with- Returns:
- CatalinaCluster
-
setCluster
Associates the cluster deployer with a cluster- Parameters:
cluster
- CatalinaCluster
-