org.apache.catalina.cluster
Interface ClusterValve

All Known Implementing Classes:
JvmRouteBinderValve, ReplicationValve

public interface ClusterValve

Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves

Version:
$Revision: 303842 $, $Date: 2005-04-10 11:20:46 -0500 (Sun, 10 Apr 2005) $
Author:
Peter Rossbach

Method Summary
 CatalinaCluster getCluster()
          Returns the cluster the cluster deployer is associated with
 void setCluster(CatalinaCluster cluster)
          Associates the cluster deployer with a cluster
 

Method Detail

getCluster

public CatalinaCluster getCluster()
Returns the cluster the cluster deployer is associated with

Returns:
CatalinaCluster

setCluster

public void setCluster(CatalinaCluster cluster)
Associates the cluster deployer with a cluster

Parameters:
cluster - CatalinaCluster


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.