org.apache.catalina.storeconfig
Class PersistentManagerSF

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

public class PersistentManagerSF
extends StoreFactoryBase

store server.xml PersistentManager element with nested "Store"

Author:
Peter Rossbach

Field Summary
 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
 
Constructor Summary
PersistentManagerSF()
           
 
Method Summary
 void storeChilds(java.io.PrintWriter aWriter, int indent, java.lang.Object aManager, StoreDescription parentDesc)
          Store the specified PersistentManager properties.
 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentManagerSF

public PersistentManagerSF()
Method Detail

storeChilds

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

Overrides:
storeChilds 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 -
Throws:
java.lang.Exception - if an exception occurs while storing


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