Class CatalinaClusterSF

java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.CatalinaClusterSF
All Implemented Interfaces:
IStoreFactory

public class CatalinaClusterSF extends StoreFactoryBase
Generate Cluster Element with Membership,Sender,Receiver,Deployer and ReplicationValve
  • Constructor Details

    • CatalinaClusterSF

      public CatalinaClusterSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aCluster, StoreDescription parentDesc) throws Exception
      Store the specified Cluster children.

      Must Implement at subclass for custom store children handling.

      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - Current output writer
      indent - Indentation level
      aCluster - Current element
      parentDesc - The element description
      Throws:
      Exception - Configuration storing error