Class ConnectorSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.ConnectorSF
- All Implemented Interfaces:
IStoreFactory
Store Connector and Listeners
-
Field Summary
Fields inherited from class StoreFactoryBase
sm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstoreChildren(PrintWriter aWriter, int indent, Object aConnector, StoreDescription parentDesc) Must Implement at subclass for custom store children handling.Methods inherited from class StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
-
Constructor Details
-
ConnectorSF
public ConnectorSF()Creates a new ConnectorSF instance.
-
-
Method Details
-
storeChildren
public void storeChildren(PrintWriter aWriter, int indent, Object aConnector, StoreDescription parentDesc) throws Exception Description 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:
Exception- Configuration storing error
-