Package org.apache.catalina.storeconfig
Class ConnectorSF
- java.lang.Object
-
- org.apache.catalina.storeconfig.StoreFactoryBase
-
- org.apache.catalina.storeconfig.ConnectorSF
-
- All Implemented Interfaces:
IStoreFactory
public class ConnectorSF extends StoreFactoryBase
Store Connector and Listeners
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
-
-
Constructor Summary
Constructors Constructor Description ConnectorSF()Creates a new ConnectorSF instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc)Must Implement at subclass for custom store children handling.-
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
-
-
-
-
Method Detail
-
storeChildren
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc) throws java.lang.ExceptionDescription copied from class:StoreFactoryBaseMust Implement at subclass for custom store children handling.- Overrides:
storeChildrenin classStoreFactoryBase- Parameters:
aWriter- Current output writerindent- Indentation levelaConnector- Current elementparentDesc- The element description- Throws:
java.lang.Exception- Configuration storing error
-
-