Package org.apache.catalina.storeconfig
Class StandardServerSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.StandardServerSF
- All Implemented Interfaces:
- IStoreFactory
Store server.xml Server element and children (
 Listener,GlobalNamingResource,Service)
- 
Field SummaryFields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstore(PrintWriter aWriter, int indent, Object aServer) Store the specified Server properties.voidstoreChildren(PrintWriter aWriter, int indent, Object aObject, StoreDescription parentDesc) Store the specified server element children.Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
- 
Constructor Details- 
StandardServerSFpublic StandardServerSF()
 
- 
- 
Method Details- 
storeStore the specified Server properties.- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Parameters:
- aWriter- PrintWriter to which we are storing
- indent- Number of spaces to indent this element
- aServer- Object to be stored
- Throws:
- Exception- if an exception occurs while storing
- See Also:
 
- 
storeChildrenpublic void storeChildren(PrintWriter aWriter, int indent, Object aObject, StoreDescription parentDesc) throws Exception Store the specified server element children.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- Current output writer
- indent- Indentation level
- aObject- Server to store
- parentDesc- The element description
- Throws:
- Exception- Configuration storing error
 
 
-