ClusterValvepublic interface ClusterValve implements org.apache.catalina.ValveCluster 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. |
Methods Summary |
---|
public CatalinaCluster | getCluster()Returns the cluster the cluster deployer is associated with
| public void | setCluster(CatalinaCluster cluster)Associates the cluster deployer with a cluster
|
|