IStoreFactorypublic class InterceptorSF extends StoreFactoryBase
sm| Constructor | Description |
|---|---|
InterceptorSF() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aElement) |
Store a server.xml element with attributes and children
|
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aInterceptor,
StoreDescription parentDesc) |
Store the specified Interceptor child.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHeadpublic void store(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aElement)
throws java.lang.Exception
StoreFactoryBasestore in interface IStoreFactorystore in class StoreFactoryBasejava.lang.ExceptionIStoreFactory.store(java.io.PrintWriter,
int, java.lang.Object)public void storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aInterceptor,
StoreDescription parentDesc)
throws java.lang.Exception
storeChildren in class StoreFactoryBaseaWriter - PrintWriter to which we are storingindent - Number of spaces to indent this elementaInterceptor - Channel whose properties are being storedparentDesc - The element descriptionjava.lang.Exception - if an exception occurs while storingCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.