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