public class RealmSF extends StoreFactoryBase
sm| Constructor and Description |
|---|
RealmSF() |
| Modifier and Type | Method and Description |
|---|---|
void |
store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aElement) |
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aRealm,
StoreDescription parentDesc)
Store the specified Realm properties and child (Realm)
|
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHeadpublic void store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aElement)
throws java.lang.Exception
store in interface IStoreFactorystore in class StoreFactoryBasejava.lang.Exceptionpublic void storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aRealm,
StoreDescription parentDesc)
throws java.lang.Exception
storeChildren in class StoreFactoryBaseaWriter - PrintWriter to which we are storingindent - Number of spaces to indent this elementaRealm - Realm whose properties are being storedjava.lang.Exception - if an exception occurs while storingCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.