IStoreFactory
public class ManagerSF extends StoreFactoryBase
sm
Constructor | Description |
---|---|
ManagerSF() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
isDefaultManager(StandardManager smanager) |
Is this an instance of the default
Manager configuration,
with all-default properties? |
void |
store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aElement) |
Store the only the Manager elements
|
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aManager,
StoreDescription parentDesc) |
Must Implement at subclass for custom store children handling.
|
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 aElement) throws java.lang.Exception
store
in interface IStoreFactory
store
in class StoreFactoryBase
java.lang.Exception
NamingResourcesSF.storeChildren(PrintWriter, int, Object, StoreDescription)
protected boolean isDefaultManager(StandardManager smanager)
Manager
configuration,
with all-default properties?smanager
- Manager to be testedtrue
if this is an instance of the default managerpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aManager, StoreDescription parentDesc) throws java.lang.Exception
StoreFactoryBase
storeChildren
in class StoreFactoryBase
aWriter
- Current output writerindent
- Indentation levelaManager
- Current elementparentDesc
- The element descriptionjava.lang.Exception
- Configuration storing errorCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.