org.apache.catalina.storeconfig
Class ManagerSF

java.lang.Object
  extended byorg.apache.catalina.storeconfig.StoreFactoryBase
      extended byorg.apache.catalina.storeconfig.ManagerSF
All Implemented Interfaces:
IStoreFactory

public class ManagerSF
extends StoreFactoryBase

Store server.xml Manager element

Author:
Peter Rossbach

Field Summary
 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
 
Constructor Summary
ManagerSF()
           
 
Method Summary
protected  boolean isDefaultManager(StandardManager smanager)
          Is this an instance of the default Manager configuration, with all-default properties?
 void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement)
          Store the only the Manager elements
 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeChilds, storeElement, storeElementArray, storeXMLHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerSF

public ManagerSF()
Method Detail

store

public void store(java.io.PrintWriter aWriter,
                  int indent,
                  java.lang.Object aElement)
           throws java.lang.Exception
Store the only the Manager elements

Specified by:
store in interface IStoreFactory
Overrides:
store in class StoreFactoryBase
Throws:
java.lang.Exception
See Also:
NamingResourcesSF.storeChilds(PrintWriter, int, Object, StoreDescription)

isDefaultManager

protected boolean isDefaultManager(StandardManager smanager)
Is this an instance of the default Manager configuration, with all-default properties?

Parameters:
smanager - Manager to be tested


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.