Class PersistentManagerSF

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

public class PersistentManagerSF extends StoreFactoryBase
store server.xml PersistentManager element with nested "Store"
  • Constructor Details

    • PersistentManagerSF

      public PersistentManagerSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aManager, StoreDescription parentDesc) throws Exception
      Store the specified PersistentManager properties.

      Must Implement at subclass for custom store children handling.

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