public class StandardServerSF extends StoreFactoryBase
sm
Constructor and Description |
---|
StandardServerSF() |
Modifier and Type | Method and Description |
---|---|
void |
store(PrintWriter aWriter,
int indent,
Object aServer)
Store the specified Server properties.
|
void |
storeChildren(PrintWriter aWriter,
int indent,
Object aObject,
StoreDescription parentDesc)
Store the specified server element children.
|
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
public void store(PrintWriter aWriter, int indent, Object aServer) throws Exception
store
in interface IStoreFactory
store
in class StoreFactoryBase
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaServer
- Object to be storedException
- if an exception occurs while storingIStoreFactory.store(java.io.PrintWriter,
int, java.lang.Object)
public void storeChildren(PrintWriter aWriter, int indent, Object aObject, StoreDescription parentDesc) throws Exception
storeChildren
in class StoreFactoryBase
aWriter
- Current output writerindent
- Indentation levelaObject
- Server to storeparentDesc
- The element descriptionException
- Configuration storing errorCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.