Package org.apache.catalina.storeconfig
Class ManagerSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.ManagerSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class ManagerSF extends StoreFactoryBase Store server.xml Manager element
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description ManagerSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisDefaultManager(StandardManager smanager)Is this an instance of the defaultManagerconfiguration, with all-default properties?voidstore(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement)Store the only the Manager elementsvoidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aManager, StoreDescription parentDesc)Must Implement at subclass for custom store children handling.- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storepublic void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement) throws java.lang.ExceptionStore the only the Manager elements- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- java.lang.Exception
- See Also:
- NamingResourcesSF.storeChildren(PrintWriter, int, Object, StoreDescription)
 
 - 
isDefaultManagerprotected boolean isDefaultManager(StandardManager smanager) Is this an instance of the defaultManagerconfiguration, with all-default properties?- Parameters:
- smanager- Manager to be tested
- Returns:
- trueif this is an instance of the default manager
 
 - 
storeChildrenpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aManager, StoreDescription parentDesc) throws java.lang.ExceptionDescription copied from class:StoreFactoryBaseMust Implement at subclass for custom store children handling.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- Current output writer
- indent- Indentation level
- aManager- Current element
- parentDesc- The element description
- Throws:
- java.lang.Exception- Configuration storing error
 
 
- 
 
-