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.
      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - PrintWriter to which we are storing
      indent - Number of spaces to indent this element
      aManager - PersistentManager whose properties are being stored
      parentDesc - The element description
      Throws:
      Exception - if an exception occurs while storing