Class CatalinaClusterSF

  • All Implemented Interfaces:
    IStoreFactory

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

      • CatalinaClusterSF

        public CatalinaClusterSF()
    • Method Detail

      • storeChildren

        public void storeChildren​(java.io.PrintWriter aWriter,
                                  int indent,
                                  java.lang.Object aCluster,
                                  StoreDescription parentDesc)
                           throws java.lang.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:
        java.lang.Exception - Configuration storing error