FileDocCategorySizeDatePackage
ClusterValve.javaAPI DocApache Tomcat 6.0.141600Fri Jul 20 04:20:34 BST 2007org.apache.catalina.ha

ClusterValve

public interface ClusterValve implements org.apache.catalina.Valve
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
Filip Hanik
author
Peter Rossbach
version
$Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
Constructors Summary
Methods Summary
public CatalinaClustergetCluster()
Returns the cluster the cluster deployer is associated with

return
CatalinaCluster

public voidsetCluster(CatalinaCluster cluster)
Associates the cluster deployer with a cluster

param
cluster CatalinaCluster