public class RealmSF extends StoreFactoryBase
sm
Constructor and Description |
---|
RealmSF() |
Modifier and Type | Method and Description |
---|---|
void |
store(PrintWriter aWriter,
int indent,
Object aElement)
Store a server.xml element with attributes and children
|
void |
storeChildren(PrintWriter aWriter,
int indent,
Object aRealm,
StoreDescription parentDesc)
Store the specified Realm properties and child (Realm)
|
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
public void store(PrintWriter aWriter, int indent, Object aElement) throws Exception
StoreFactoryBase
store
in interface IStoreFactory
store
in class StoreFactoryBase
Exception
IStoreFactory.store(java.io.PrintWriter,
int, java.lang.Object)
public void storeChildren(PrintWriter aWriter, int indent, Object aRealm, StoreDescription parentDesc) throws Exception
storeChildren
in class StoreFactoryBase
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaRealm
- Realm whose properties are being storedparentDesc
- The element descriptionException
- if an exception occurs while storingCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.