IStoreFactory
public class StandardServerSF extends StoreFactoryBase
sm
Constructor | Description |
---|---|
StandardServerSF() |
Modifier and Type | Method | Description |
---|---|---|
void |
store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aServer) |
Store the specified Server properties.
|
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aObject,
StoreDescription parentDesc) |
Store the specified server element children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
public void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aServer) throws java.lang.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 storedjava.lang.Exception
- if an exception occurs while storingIStoreFactory.store(java.io.PrintWriter,
int, java.lang.Object)
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aObject, StoreDescription parentDesc) throws java.lang.Exception
storeChildren
in class StoreFactoryBase
aWriter
- Current output writerindent
- Indentation levelaObject
- Server to storeparentDesc
- The element descriptionjava.lang.Exception
- Configuration storing errorCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.